diff options
author | Johan Dahlin <johan@gnome.org> | 2010-09-06 17:09:05 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-09-06 17:09:05 -0300 |
commit | 026ffeb48b6bbefb884408d48c9fc8d1292c3205 (patch) | |
tree | 5ebb671d11b5d9cc2b44494251e32f13702182de /giscanner | |
parent | 144cb10d51888a9565721088d2b61794468742e9 (diff) |
Revert "Fix non-source-dir build failure"
This reverts commit 26c66df6bdc3e3ce836c7462958fa38cc3e1062f.
Diffstat (limited to 'giscanner')
-rw-r--r-- | 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) \ |