Merge pull request #461 from obache/neatsrc/pkgconfig

libzstd.pc.in: Change to use variables for libdir and includedir
This commit is contained in:
Yann Collet
2016-11-30 20:03:42 +01:00
committed by GitHub
+2 -2
View File
@@ -10,5 +10,5 @@ Name: zstd
Description: lossless compression algorithm library
URL: https://github.com/facebook/zstd
Version: @VERSION@
Libs: -L@LIBDIR@ -lzstd
Cflags: -I@INCLUDEDIR@
Libs: -L${libdir} -lzstd
Cflags: -I${includedir}