]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
libzstd.pc.in: Change to use variables for libdir and includedir 461/head
authorOBATA Akio <obache@users.noreply.github.com>
Tue, 29 Nov 2016 07:47:53 +0000 (16:47 +0900)
committerOBATA Akio <obache@users.noreply.github.com>
Tue, 29 Nov 2016 07:47:53 +0000 (16:47 +0900)
lib/libzstd.pc.in

index 9399363dd3d8f9a0bd819a19a503de5ef6db99cd..703da060b37a0e149d3ab5052c6b1b32b47a758c 100644 (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}