aboutsummaryrefslogtreecommitdiffstats
path: root/libvmime.pc.in
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-03-01 13:16:25 +0100
committerVincent Richard <[email protected]>2013-03-01 13:16:25 +0100
commit34fe74f8d01cbbc2fbe4046a475a9e8049582fd9 (patch)
tree3e2ad3890dca00fbbaf4ed02342da24d4bdb76d4 /libvmime.pc.in
parentFixed dependencies and generation of .pc file (issue #28). (diff)
downloadvmime-34fe74f8d01cbbc2fbe4046a475a9e8049582fd9.tar.gz
vmime-34fe74f8d01cbbc2fbe4046a475a9e8049582fd9.zip
More fixes for pkg-config.
Diffstat (limited to 'libvmime.pc.in')
-rw-r--r--libvmime.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvmime.pc.in b/libvmime.pc.in
index ce924a8d..fc1103ef 100644
--- a/libvmime.pc.in
+++ b/libvmime.pc.in
@@ -7,6 +7,7 @@ Name: @VMIME_PACKAGE_NAME@
Description: @VMIME_PACKAGE_DESCRIPTION@
Version: @VMIME_PACKAGE_VERSION@
Requires.private: @VMIME_PKGCONFIG_REQUIRES@
-Libs.private: -L${libdir} -l@VMIME_LIBRARY_NAME@ @VMIME_PKGCONFIG_LIBS@
+Libs: -L${libdir} -l@VMIME_LIBRARY_NAME@
+Libs.private: @VMIME_PKGCONFIG_LIBS@
Cflags: -I${includedir}/ @VMIME_PKGCONFIG_CFLAGS@