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
9 lines
317 B
PkgConfig
9 lines
317 B
PkgConfig
gmodule_supported=@G_MODULE_SUPPORTED@
|
|
|
|
Name: GModule Uninstalled
|
|
Description: Dynamic module loader for GLib, Not Installed
|
|
Requires: glib-2.0-uninstalled
|
|
Version: @VERSION@
|
|
Libs: @G_MODULE_LDFLAGS@ ${pc_top_builddir}/${pcfiledir}/gmodule/libgmodule-2.0.la
|
|
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@/gmodule
|