Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-03-09 19:08:50 (GMT)
committer Colin Walters <walters@verbum.org>2009-03-16 17:29:50 (GMT)
commit90526643ceb248c56e40f5b6755c3cbb91c3857c (patch)
treef1fcdc171a4e9014941867316351f9629c4f37c8 /configure.ac
parent2bd97368f6ced0d23977ce980ac159453cc18d8c (diff)
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 5487e75..8b57e17 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