diff options
author | Tor Lillqvist <tml@novell.com> | 2008-05-25 10:26:42 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-05-25 10:26:42 +0000 |
commit | 6938ac7b0960fb7d40e75a4966d75f296472177b (patch) | |
tree | 87105f5b908d0d975d927af6b4dbcee0f5cd2c97 /gmodule-2.0.pc.in | |
parent | a41fa14e4b9860b68975fa6f6cac1270a1f454b5 (diff) |
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 'gmodule-2.0.pc.in')
-rw-r--r-- | gmodule-2.0.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gmodule-2.0.pc.in b/gmodule-2.0.pc.in index e723007a9..7117b31e0 100644 --- a/gmodule-2.0.pc.in +++ b/gmodule-2.0.pc.in @@ -9,5 +9,6 @@ Name: GModule Description: Dynamic module loader for GLib Requires: glib-2.0 Version: @VERSION@ -Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-2.0 @G_MODULE_LIBS@ +Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-2.0 +Libs.private: @G_MODULE_LIBS@ Cflags: |