diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-03 18:51:11 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-03 18:51:11 +0000 |
commit | 80578efe33c6c3121fd856f791e2de4cb8c93cd8 (patch) | |
tree | 8b5e494f923e94924db675d6691f54b985bc71e4 /perf | |
parent | 415d8792be1e1494486aa846758f584f4374c3ae (diff) | |
download | gtk+-80578efe33c6c3121fd856f791e2de4cb8c93cd8.tar.gz |
2.7.5GTK_2_7_5
Diffstat (limited to 'perf')
-rw-r--r-- | perf/Makefile.am | 7 |
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 |