Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2009-01-22 00:43:03 (GMT)
committer Johan Dahlin <johan@src.gnome.org>2009-01-22 00:43:03 (GMT)
commitff0b5974d983d77abea5d8211190f1f1c72dcedf (patch)
tree345166db8da7437753320802fe8d4e4a3c7be9b0
parentf90b158f0563a23213678c8dabfbccc08aaa5fb5 (diff)
Fix distcheck
svn path=/trunk/; revision=1059
-rw-r--r--tests/scanner/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/scanner/Makefile.am b/tests/scanner/Makefile.am
index bc291b8..e3b8416 100644
--- a/tests/scanner/Makefile.am
+++ b/tests/scanner/Makefile.am
@@ -155,6 +155,11 @@ post-check:
rm -f $*.tgir; \
fi
+distclean-local:
+ @if test "$(top_builddir)" != "$(top_srcdir)"; then \
+ rm -f $(top_builddir)/tests/scanner/*.tgir; \
+ fi
+
check-local: pre-check
check-local: $(CHECKGIRS) $(CHECKTGIRS) $(TYPELIBS)