summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-03-09 15:08:50 -0400
committerColin Walters <walters@verbum.org>2009-03-16 13:29:50 -0400
commit90526643ceb248c56e40f5b6755c3cbb91c3857c (patch)
treef1fcdc171a4e9014941867316351f9629c4f37c8 /configure.ac
parent2bd97368f6ced0d23977ce980ac159453cc18d8c (diff)
downloadgobject-introspection-90526643ceb248c56e40f5b6755c3cbb91c3857c.tar.gz
Bug 574501 - Install giscanner Python module to private directory
We don't want to pollute the global namespace with our private libraries. Also, this sidesteps all the craziness that is happening with OS vendors changing how Python installs modules.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5487e750..8b57e17f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -212,4 +212,5 @@ examples/Makefile
docs/Makefile
docs/reference/Makefile
gobject-introspection-1.0.pc])
+AC_CONFIG_FILES([tools/g-ir-scanner], [chmod a+x tools/g-ir-scanner])
AC_OUTPUT