From 80578efe33c6c3121fd856f791e2de4cb8c93cd8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 3 Aug 2005 18:51:11 +0000 Subject: 2.7.5 --- perf/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'perf') 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 -- cgit v1.2.1