aboutsummaryrefslogtreecommitdiffstats
path: root/libvmime.pc.in
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-03-24 20:28:36 +0100
committerVincent Richard <[email protected]>2013-03-24 20:28:36 +0100
commitf381654277d5ee4fd0c3c743f970dcaf096fa796 (patch)
treed4ba9e3d0736ae490c0c236c77372700503ae4a4 /libvmime.pc.in
parentRemoved workaround for old compiler. (diff)
downloadvmime-f381654277d5ee4fd0c3c743f970dcaf096fa796.tar.gz
vmime-f381654277d5ee4fd0c3c743f970dcaf096fa796.zip
Pkg-config file changed back to "vmime.pc" (fixed issue #35).
Do not break compatibility with previous releases.
Diffstat (limited to 'libvmime.pc.in')
-rw-r--r--libvmime.pc.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/libvmime.pc.in b/libvmime.pc.in
deleted file mode 100644
index fc1103ef..00000000
--- a/libvmime.pc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: @VMIME_PACKAGE_NAME@
-Description: @VMIME_PACKAGE_DESCRIPTION@
-Version: @VMIME_PACKAGE_VERSION@
-Requires.private: @VMIME_PKGCONFIG_REQUIRES@
-Libs: -L${libdir} -l@VMIME_LIBRARY_NAME@
-Libs.private: @VMIME_PKGCONFIG_LIBS@
-Cflags: -I${includedir}/ @VMIME_PKGCONFIG_CFLAGS@
-