From 026ffeb48b6bbefb884408d48c9fc8d1292c3205 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 6 Sep 2010 17:09:05 -0300 Subject: Revert "Fix non-source-dir build failure" This reverts commit 26c66df6bdc3e3ce836c7462958fa38cc3e1062f. --- giscanner/Makefile.am | 9 --------- 1 file changed, 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) \ -- cgit v1.2.1