[gobject-introspection] Revert "Fix non-source-dir build failure"



commit 026ffeb48b6bbefb884408d48c9fc8d1292c3205
Author: Johan Dahlin <johan gnome org>
Date:   Mon Sep 6 17:09:05 2010 -0300

    Revert "Fix non-source-dir build failure"
    
    This reverts commit 26c66df6bdc3e3ce836c7462958fa38cc3e1062f.

 giscanner/Makefile.am |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/giscanner/Makefile.am b/giscanner/Makefile.am
index 05724dc..a2044cf 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) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]