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 <pl@kamp.de>
libnfs-4.0.0-vitalif
Peter Lieven 2013-12-17 12:06:29 +01:00
parent fadbf8cf56
commit d47c989d88
1 changed files with 0 additions and 1 deletions

View File

@ -12,4 +12,3 @@ Requires:
Conflicts:
Libs: -L${libdir} -lnfs
Cflags: -I${includedir}
Requires.private: @LIBNFS_PC_REQ_PRIVATE@