mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
e9cc05b828
2005-05-06 Brian Cameron <brian.cameron@sun.com> * configure.in, gmodule-no-export-2.0-uninstalled.pc.in, Makefile.am: Added gmodule-no-export-2.0-uninstalled.pc.in to allow building of other libraries like pango when glib is uninstalled.
15 lines
334 B
PkgConfig
15 lines
334 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
gmodule_supported=true
|
|
|
|
Name: GModule
|
|
Description: Dynamic module loader for GLib
|
|
Requires: glib-2.0
|
|
Version: @VERSION@
|
|
Libs: ${pc_top_builddir}/${pcfiledir}/gmodule/libgmodule-2.0.la
|
|
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@/gmodule
|
|
|