mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
Add gmodule-no-export-2.0.pc.in
2004-11-16 Matthias Clasen <mclasen@redhat.com> * Makefile.am (EXTRA_DIST): * configure.in (AC_CONFIG_FILES): Add gmodule-no-export-2.0.pc.in * gmodule-no-export-2.0.pc.in: Add a variants of gmodule-2.0.pc.in which doesn't add -Wl,--export-dynamic, since Pango or GTK+ don't need it. (#125627, Owen Taylor)
This commit is contained in:
committed by
Matthias Clasen
parent
f8b65c0a0e
commit
846e5140c3
@@ -28,6 +28,7 @@ EXTRA_DIST = \
|
||||
glib-2.0.pc.in \
|
||||
gobject-2.0.pc.in \
|
||||
gmodule-2.0.pc.in \
|
||||
gmodule-no-export-2.0.pc.in \
|
||||
gthread-2.0.pc.in \
|
||||
glib-2.0-uninstalled.pc.in \
|
||||
gobject-2.0-uninstalled.pc.in \
|
||||
@@ -65,7 +66,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 gthread-2.0.pc
|
||||
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): config.status
|
||||
|
||||
|
Reference in New Issue
Block a user