aboutsummaryrefslogtreecommitdiffstats
path: root/libvmime.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libvmime.pc.in')
-rw-r--r--libvmime.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libvmime.pc.in b/libvmime.pc.in
new file mode 100644
index 00000000..5745c52f
--- /dev/null
+++ b/libvmime.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: @VMIME_LIBRARY_NAME@
+Description: @VMIME_PACKAGE_DESCRIPTION@
+Version: @VMIME_PACKAGE_VERSION@
+Requires: @VMIME_PKGCONFIG_REQUIRES@
+Libs: -L${libdir} -lvmime @VMIME_PKGCONFIG_LIBS@
+Cflags: -I${includedir}/ @VMIME_PKGCONFIG_CFLAGS@
+