summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-08-03 18:51:11 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-08-03 18:51:11 +0000
commit80578efe33c6c3121fd856f791e2de4cb8c93cd8 (patch)
tree8b5e494f923e94924db675d6691f54b985bc71e4 /perf
parent415d8792be1e1494486aa846758f584f4374c3ae (diff)
downloadgtk+-80578efe33c6c3121fd856f791e2de4cb8c93cd8.tar.gz
Diffstat (limited to 'perf')
-rw-r--r--perf/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am
index 046e544197..96ac157d03 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -98,3 +98,10 @@ EXTRA_DIST = \
README \
marshalers.list \
$(BUILT_SOURCES)
+
+# if srcdir!=builddir, clean out maintainer-clean files from builddir
+# this allows dist to pass.
+distclean-local:
+ if test $(srcdir) != .; then \
+ rm -f $(MAINTAINERCLEANFILES); \
+ fi