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.
This commit is contained in:
Matthias Clasen 2005-01-07 15:20:15 +00:00 committed by Matthias Clasen
parent 08900dd1d2
commit 117ae23f5d
7 changed files with 60 additions and 1 deletions

View File

@ -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> 2005-01-06 Tor Lillqvist <tml@iki.fi>
* glib/Makefile.am * glib/Makefile.am

View File

@ -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> 2005-01-06 Tor Lillqvist <tml@iki.fi>
* glib/Makefile.am * glib/Makefile.am

View File

@ -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> 2005-01-06 Tor Lillqvist <tml@iki.fi>
* glib/Makefile.am * glib/Makefile.am

View File

@ -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> 2005-01-06 Tor Lillqvist <tml@iki.fi>
* glib/Makefile.am * glib/Makefile.am

View File

@ -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> 2005-01-06 Tor Lillqvist <tml@iki.fi>
* glib/Makefile.am * glib/Makefile.am

View File

@ -28,6 +28,7 @@ EXTRA_DIST = \
glib-2.0.pc.in \ glib-2.0.pc.in \
gobject-2.0.pc.in \ gobject-2.0.pc.in \
gmodule-2.0.pc.in \ gmodule-2.0.pc.in \
gmodule-export-2.0.pc.in \
gmodule-no-export-2.0.pc.in \ gmodule-no-export-2.0.pc.in \
gthread-2.0.pc.in \ gthread-2.0.pc.in \
glib-2.0-uninstalled.pc.in \ glib-2.0-uninstalled.pc.in \
@ -66,7 +67,7 @@ stamp-gc-h: config.status
echo timestamp > stamp-gc-h echo timestamp > stamp-gc-h
pkgconfigdir = $(libdir)/pkgconfig 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 $(pkgconfig_DATA): config.status

13
gmodule-export-2.0.pc.in Normal file
View File

@ -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: