summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dc31e0a7..d8ab9683 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,5 +219,6 @@ tests/repository/Makefile
examples/Makefile
docs/Makefile
docs/reference/Makefile
-gobject-introspection-1.0.pc])
+gobject-introspection-1.0.pc
+gobject-introspection-no-export-1.0.pc])
AC_OUTPUT