mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
6938ac7b09
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
15 lines
309 B
PkgConfig
15 lines
309 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
gmodule_supported=@G_MODULE_SUPPORTED@
|
|
|
|
Name: GModule
|
|
Description: Dynamic module loader for GLib
|
|
Requires: glib-2.0
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-2.0
|
|
Libs.private: @G_MODULE_LIBS@
|
|
Cflags:
|