From: Peter Lieven Date: Tue, 17 Dec 2013 11:06:29 +0000 (+0100) Subject: libnfs.pc.in: fix pkg-config --cflags X-Git-Tag: upstream/1.9.6^2~171^2 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=d47c989d886e5398143d43d3b6d25fdf7210cb11 libnfs.pc.in: fix pkg-config --cflags pkg-config --cflags libnfs returns an error with this line: $ pkg-config --cflags libnfs Package @LIBNFS_PC_REQ_PRIVATE@ was not found in the pkg-config search path. Perhaps you should add the directory containing `@LIBNFS_PC_REQ_PRIVATE@.pc' to the PKG_CONFIG_PATH environment variable Package '@LIBNFS_PC_REQ_PRIVATE@', required by 'libnfs', not found Signed-off-by: Peter Lieven --- diff --git a/libnfs.pc.in b/libnfs.pc.in index e7e3a91..fdc012c 100644 --- a/libnfs.pc.in +++ b/libnfs.pc.in @@ -12,4 +12,3 @@ Requires: Conflicts: Libs: -L${libdir} -lnfs Cflags: -I${includedir} -Requires.private: @LIBNFS_PC_REQ_PRIVATE@