summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-07-06 11:22:48 -0400
committerColin Walters <walters@verbum.org>2009-07-06 11:22:48 -0400
commit5f13c878a5bfd3c5c8595de054c61571f59e3b8d (patch)
tree37d3b83a9b482ccfbe849eebbdadc6161cf23358 /Makefile.am
parent62b1395a3650f4445dc28ec8f4ff82f0e7cbddd1 (diff)
downloadgobject-introspection-5f13c878a5bfd3c5c8595de054c61571f59e3b8d.tar.gz
Bug 583686 - Add gobject-introspection-no-export-1.0.pc
Some projects may want to avoid the giant -Wl,--export-dynamic hammmer and instead use a custom regexp or export list, so provide a .pc file for them to use.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 23ae7885..90c8538c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,7 @@ man_MANS = \
docs/g-ir-scanner.1
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = gobject-introspection-1.0.pc
+pkgconfig_DATA = gobject-introspection-1.0.pc gobject-introspection-no-export-1.0.pc
m4dir = $(datadir)/aclocal
m4_DATA = m4/introspection.m4