summary history branches tags files
commit:cbd9f515408a37bb4a57cd6eef40cd87b956a810
author:mrmekon
committer:mrmekon
date:Sun Nov 13 18:18:16 2011 -0500
parents:defe79828074a793f270cc1301a2b7646f2dd3a2
Fixed bad path in pkg-config script
diff --git a/simplepgp.pc.in b/simplepgp.pc.in
line changes: +1/-1
index aba18b3..1a31a99
--- a/simplepgp.pc.in
+++ b/simplepgp.pc.in
@@ -7,7 +7,7 @@ Name: libsimplepgp
 Description: Simple implementation of OpenPGP
 Requires.private: zlib
 Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lsimplepgp
+Libs: -L${libdir}/simplepgp -lsimplepgp
 Libs.private: `libgcrypt-config --libs` `gpg-error-config --libs`
 Cflags: -I${includedir}/simplepgp
 Cflags.private: `libgcrypt-config --cflags` `gpg-error-config --cflags`