summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2009-01-22 00:43:03 +0000
committerJohan Dahlin <johan@src.gnome.org>2009-01-22 00:43:03 +0000
commitff0b5974d983d77abea5d8211190f1f1c72dcedf (patch)
tree345166db8da7437753320802fe8d4e4a3c7be9b0
parentf90b158f0563a23213678c8dabfbccc08aaa5fb5 (diff)
downloadgobject-introspection-ff0b5974d983d77abea5d8211190f1f1c72dcedf.tar.gz
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 bc291b81..e3b84162 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)