diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-17 03:33:05 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-17 03:33:05 +0000 |
commit | 846e5140c36dfcc36677ce0d0356958012fd0a6d (patch) | |
tree | 6ca12afdd1db3949fdbc0c6ef0776d5ccb7f5a79 /gmodule-no-export-2.0.pc.in | |
parent | f8b65c0a0eec5053ccd0433bb9afd6f125428c5e (diff) |
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)
Diffstat (limited to 'gmodule-no-export-2.0.pc.in')
-rw-r--r-- | gmodule-no-export-2.0.pc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gmodule-no-export-2.0.pc.in b/gmodule-no-export-2.0.pc.in new file mode 100644 index 000000000..eff829487 --- /dev/null +++ b/gmodule-no-export-2.0.pc.in @@ -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: |