diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-01-07 15:20:15 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-07 15:20:15 +0000 |
commit | 117ae23f5d09ed22a7c0202e9760260b46d9afd5 (patch) | |
tree | d635b17c1ddf0f8934edb100e815647ef09d859f | |
parent | 08900dd1d2564d8ba0a8dcb2678a7fc0c1b72e95 (diff) |
Generate and distribute gmodule-export-2.0.pc, which is currently just a
2005-01-07 Matthias Clasen <mclasen@redhat.com>
* configure.in:
* Makefile.am: Generate and distribute gmodule-export-2.0.pc,
which is currently just a copy of gmodule-2.0.pc, but makes
it explicit that it adds --export-dynamic.
* gmodule-export-2.0.pc.in: Copy of gmodule-2.0.pc.in.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 9 | ||||
-rw-r--r-- | ChangeLog.pre-2-12 | 9 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 9 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 9 | ||||
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | gmodule-export-2.0.pc.in | 13 |
7 files changed, 60 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2005-01-07 Matthias Clasen <mclasen@redhat.com> + + * configure.in: + * Makefile.am: Generate and distribute gmodule-export-2.0.pc, + which is currently just a copy of gmodule-2.0.pc, but makes + it explicit that it adds --export-dynamic. + + * gmodule-export-2.0.pc.in: Copy of gmodule-2.0.pc.in. + 2005-01-06 Tor Lillqvist <tml@iki.fi> * glib/Makefile.am diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 777720f57..f5ae433ba 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +2005-01-07 Matthias Clasen <mclasen@redhat.com> + + * configure.in: + * Makefile.am: Generate and distribute gmodule-export-2.0.pc, + which is currently just a copy of gmodule-2.0.pc, but makes + it explicit that it adds --export-dynamic. + + * gmodule-export-2.0.pc.in: Copy of gmodule-2.0.pc.in. + 2005-01-06 Tor Lillqvist <tml@iki.fi> * glib/Makefile.am diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 777720f57..f5ae433ba 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,12 @@ +2005-01-07 Matthias Clasen <mclasen@redhat.com> + + * configure.in: + * Makefile.am: Generate and distribute gmodule-export-2.0.pc, + which is currently just a copy of gmodule-2.0.pc, but makes + it explicit that it adds --export-dynamic. + + * gmodule-export-2.0.pc.in: Copy of gmodule-2.0.pc.in. + 2005-01-06 Tor Lillqvist <tml@iki.fi> * glib/Makefile.am diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 777720f57..f5ae433ba 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,12 @@ +2005-01-07 Matthias Clasen <mclasen@redhat.com> + + * configure.in: + * Makefile.am: Generate and distribute gmodule-export-2.0.pc, + which is currently just a copy of gmodule-2.0.pc, but makes + it explicit that it adds --export-dynamic. + + * gmodule-export-2.0.pc.in: Copy of gmodule-2.0.pc.in. + 2005-01-06 Tor Lillqvist <tml@iki.fi> * glib/Makefile.am diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 777720f57..f5ae433ba 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +2005-01-07 Matthias Clasen <mclasen@redhat.com> + + * configure.in: + * Makefile.am: Generate and distribute gmodule-export-2.0.pc, + which is currently just a copy of gmodule-2.0.pc, but makes + it explicit that it adds --export-dynamic. + + * gmodule-export-2.0.pc.in: Copy of gmodule-2.0.pc.in. + 2005-01-06 Tor Lillqvist <tml@iki.fi> * glib/Makefile.am diff --git a/Makefile.am b/Makefile.am index 2dcedb3f5..7d1831b4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,7 @@ EXTRA_DIST = \ glib-2.0.pc.in \ gobject-2.0.pc.in \ gmodule-2.0.pc.in \ + gmodule-export-2.0.pc.in \ gmodule-no-export-2.0.pc.in \ gthread-2.0.pc.in \ glib-2.0-uninstalled.pc.in \ @@ -66,7 +67,7 @@ stamp-gc-h: config.status echo timestamp > stamp-gc-h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc +pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc $(pkgconfig_DATA): config.status diff --git a/gmodule-export-2.0.pc.in b/gmodule-export-2.0.pc.in new file mode 100644 index 000000000..e723007a9 --- /dev/null +++ b/gmodule-export-2.0.pc.in @@ -0,0 +1,13 @@ +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 @G_MODULE_LIBS@ +Cflags: |