diff options
author | Brian Cameron <brian.cameron@sun.com> | 2005-05-06 21:54:52 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2005-05-06 21:54:52 +0000 |
commit | e9cc05b8289887eccfca5b722a886fbc0b2b1a4a (patch) | |
tree | e3575d69e4d686e2c8a6cde490c476db83b249d7 /gmodule-no-export-2.0-uninstalled.pc.in | |
parent | 6e60dd8489444f28a821baf8a8143b1c79aafc75 (diff) |
Added gmodule-no-export-2.0-uninstalled.pc.in to allow building of other
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.
Diffstat (limited to 'gmodule-no-export-2.0-uninstalled.pc.in')
-rw-r--r-- | gmodule-no-export-2.0-uninstalled.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gmodule-no-export-2.0-uninstalled.pc.in b/gmodule-no-export-2.0-uninstalled.pc.in new file mode 100644 index 000000000..bd49e9dc9 --- /dev/null +++ b/gmodule-no-export-2.0-uninstalled.pc.in @@ -0,0 +1,14 @@ +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 + |