libnfs.pc.in: fix pkg-config --cflags
authorPeter Lieven <pl@kamp.de>
Tue, 17 Dec 2013 11:06:29 +0000 (12:06 +0100)
committerPeter Lieven <pl@kamp.de>
Tue, 17 Dec 2013 11:06:29 +0000 (12:06 +0100)
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 <pl@kamp.de>
libnfs.pc.in

index e7e3a913bb94dab36af1a67c71321691b42c3931..fdc012c85aa4468eb59c9fa59585065c3cedad48 100644 (file)
@@ -12,4 +12,3 @@ Requires:
 Conflicts:
 Libs: -L${libdir} -lnfs
 Cflags: -I${includedir}
-Requires.private: @LIBNFS_PC_REQ_PRIVATE@