From 117ae23f5d09ed22a7c0202e9760260b46d9afd5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 7 Jan 2005 15:20:15 +0000 Subject: Generate and distribute gmodule-export-2.0.pc, which is currently just a 2005-01-07 Matthias Clasen * 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. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '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 -- cgit v1.2.3