mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +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
13
gmodule-no-export-2.0.pc.in
Normal file
13
gmodule-no-export-2.0.pc.in
Normal 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} -lgmodule-2.0 @G_MODULE_LIBS@
|
||||
Cflags:
|
Reference in New Issue
Block a user