summaryrefslogtreecommitdiff
path: root/glib-2.0.pc.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-05-25 10:26:42 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-05-25 10:26:42 +0000
commit6938ac7b0960fb7d40e75a4966d75f296472177b (patch)
tree87105f5b908d0d975d927af6b4dbcee0f5cd2c97 /glib-2.0.pc.in
parenta41fa14e4b9860b68975fa6f6cac1270a1f454b5 (diff)
downloadglib-6938ac7b0960fb7d40e75a4966d75f296472177b.tar.gz
Bug 534319 - GLib's .pc files could use Libs.private
2008-05-25 Tor Lillqvist <tml@novell.com> Bug 534319 - GLib's .pc files could use Libs.private * glib-2.0-uninstalled.pc.in * glib-2.0.pc.in * gmodule-2.0-uninstalled.pc.in * gmodule-2.0.pc.in * gmodule-export-2.0.pc.in * gmodule-no-export-2.0.pc.in: Move ICONV_LIBS and G_MODULE_LIBS to Libs.private. svn path=/trunk/; revision=6925
Diffstat (limited to 'glib-2.0.pc.in')
-rw-r--r--glib-2.0.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/glib-2.0.pc.in b/glib-2.0.pc.in
index c31419c16..3d1ac12e3 100644
--- a/glib-2.0.pc.in
+++ b/glib-2.0.pc.in
@@ -10,5 +10,6 @@ glib_mkenums=glib-mkenums
Name: GLib
Description: C Utility Library
Version: @VERSION@
-Libs: -L${libdir} -lglib-2.0 @INTLLIBS@ @ICONV_LIBS@
+Libs: -L${libdir} -lglib-2.0 @INTLLIBS@
+Libs.private: @ICONV_LIBS@
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include @GLIB_EXTRA_CFLAGS@