From: OBATA Akio Date: Tue, 29 Nov 2016 07:47:53 +0000 (+0900) Subject: libzstd.pc.in: Change to use variables for libdir and includedir X-Git-Tag: v1.1.2~58^2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F461%2Fhead;p=thirdparty%2Fzstd.git libzstd.pc.in: Change to use variables for libdir and includedir --- diff --git a/lib/libzstd.pc.in b/lib/libzstd.pc.in index 9399363dd..703da060b 100644 --- a/lib/libzstd.pc.in +++ b/lib/libzstd.pc.in @@ -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}