summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-01-07 15:20:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-07 15:20:15 +0000
commit117ae23f5d09ed22a7c0202e9760260b46d9afd5 (patch)
treed635b17c1ddf0f8934edb100e815647ef09d859f /Makefile.am
parent08900dd1d2564d8ba0a8dcb2678a7fc0c1b72e95 (diff)
downloadglib-117ae23f5d09ed22a7c0202e9760260b46d9afd5.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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