summaryrefslogtreecommitdiffstats
path: root/support/nfsidmap/libnfsidmap.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'support/nfsidmap/libnfsidmap.pc.in')
-rw-r--r--support/nfsidmap/libnfsidmap.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/support/nfsidmap/libnfsidmap.pc.in b/support/nfsidmap/libnfsidmap.pc.in
new file mode 100644
index 0000000..a11dbec
--- /dev/null
+++ b/support/nfsidmap/libnfsidmap.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libnfsidmap
+Description: Library that handles mapping between names and ids for NFSv4.
+Requires:
+Version: @PACKAGE_VERSION@
+Libs: -L@libdir@ -lnfsidmap
+Cflags: -I@includedir@