X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=libnfs.pc.in;fp=libnfs.pc.in;h=e7e3a913bb94dab36af1a67c71321691b42c3931;hb=5670ec6e746ac6d1f110e160806c8d846b98b660;hp=0000000000000000000000000000000000000000;hpb=3be2733596b0cc976136361c5b20576ffca5bef5;p=deb_libnfs.git diff --git a/libnfs.pc.in b/libnfs.pc.in new file mode 100644 index 0000000..e7e3a91 --- /dev/null +++ b/libnfs.pc.in @@ -0,0 +1,15 @@ +# libnfs pkg-config file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libnfs +Description: libnfs is a client library for accessing NFS shares over a network. +Version: @VERSION@ +Requires: +Conflicts: +Libs: -L${libdir} -lnfs +Cflags: -I${includedir} +Requires.private: @LIBNFS_PC_REQ_PRIVATE@