From e9cc05b8289887eccfca5b722a886fbc0b2b1a4a Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Fri, 6 May 2005 21:54:52 +0000 Subject: [PATCH] Added gmodule-no-export-2.0-uninstalled.pc.in to allow building of other 2005-05-06 Brian Cameron * 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. --- ChangeLog | 7 +++++++ ChangeLog.pre-2-10 | 7 +++++++ ChangeLog.pre-2-12 | 7 +++++++ ChangeLog.pre-2-8 | 7 +++++++ Makefile.am | 4 +++- configure.in | 1 + gmodule-no-export-2.0-uninstalled.pc.in | 14 ++++++++++++++ 7 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 gmodule-no-export-2.0-uninstalled.pc.in diff --git a/ChangeLog b/ChangeLog index 43d1b59..2f9fd9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-05-06 Brian Cameron + + * 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. + 2005-05-06 Matthias Clasen * tests/option-test.c: Add a testcase. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 43d1b59..2f9fd9c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2005-05-06 Brian Cameron + + * 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. + 2005-05-06 Matthias Clasen * tests/option-test.c: Add a testcase. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 43d1b59..2f9fd9c 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,10 @@ +2005-05-06 Brian Cameron + + * 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. + 2005-05-06 Matthias Clasen * tests/option-test.c: Add a testcase. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 43d1b59..2f9fd9c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2005-05-06 Brian Cameron + + * 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. + 2005-05-06 Matthias Clasen * tests/option-test.c: Add a testcase. diff --git a/Makefile.am b/Makefile.am index 0905eea..26749a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,9 @@ EXTRA_DIST = \ glib-2.0-uninstalled.pc.in \ gobject-2.0-uninstalled.pc.in \ gmodule-2.0-uninstalled.pc.in \ - gthread-2.0-uninstalled.pc.in + gthread-2.0-uninstalled.pc.in \ + gmodule-no-export-2.0-uninstalled.pc.in + # These may be in the builddir too BUILT_EXTRA_DIST = \ diff --git a/configure.in b/configure.in index 4d8537f..18cc760 100644 --- a/configure.in +++ b/configure.in @@ -2697,6 +2697,7 @@ gmodule-2.0.pc gmodule-export-2.0.pc gmodule-no-export-2.0.pc gmodule-2.0-uninstalled.pc +gmodule-no-export-2.0-uninstalled.pc gthread-2.0.pc gthread-2.0-uninstalled.pc gobject-2.0.pc 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 0000000..bd49e9d --- /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 + -- 2.7.4