aboutsummaryrefslogtreecommitdiffstats
path: root/libcacard/libcacard.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libcacard/libcacard.pc.in')
-rw-r--r--libcacard/libcacard.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/libcacard/libcacard.pc.in b/libcacard/libcacard.pc.in
new file mode 100644
index 000000000..b6859b0c1
--- /dev/null
+++ b/libcacard/libcacard.pc.in
@@ -0,0 +1,13 @@
+prefix=@PREFIX@
+exec_prefix=${prefix}
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
+
+Name: cacard
+Description: CA Card library
+Version: @VERSION@
+
+Requires: nss
+Libs: -L${libdir} -lcacard
+Libs.private:
+Cflags: -I${includedir}