summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-06 17:09:05 -0300
committerJohan Dahlin <johan@gnome.org>2010-09-06 17:09:05 -0300
commit026ffeb48b6bbefb884408d48c9fc8d1292c3205 (patch)
tree5ebb671d11b5d9cc2b44494251e32f13702182de
parent144cb10d51888a9565721088d2b61794468742e9 (diff)
downloadgobject-introspection-026ffeb48b6bbefb884408d48c9fc8d1292c3205.tar.gz
Revert "Fix non-source-dir build failure"
This reverts commit 26c66df6bdc3e3ce836c7462958fa38cc3e1062f.
-rw-r--r--giscanner/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/giscanner/Makefile.am b/giscanner/Makefile.am
index 05724dc3..a2044cf2 100644
--- a/giscanner/Makefile.am
+++ b/giscanner/Makefile.am
@@ -56,15 +56,6 @@ pkgpyexec_PYTHON = \
utils.py \
xmlwriter.py
-# Make sure all python files are available in builddir, so the module can be
-# invoked by other tools during build time
-all-local:
- for file in $(pkgpyexec_PYTHON); do \
- if [ ! -f $$file ]; then \
- $(LN_S) $(srcdir)/$$file $$file; \
- fi \
- done
-
_giscanner_la_CFLAGS = \
$(PYTHON_INCLUDES) \
$(GOBJECT_CFLAGS) \