This commit is contained in:
Matthias Clasen
2005-08-03 18:51:11 +00:00
parent 415d8792be
commit 80578efe33
174 changed files with 30022 additions and 30297 deletions

View File

@ -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