summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-10-29 16:15:12 -0700
committerCarl Worth <cworth@cworth.org>2008-10-29 16:19:30 -0700
commit81439b3bc8656b34c13b3cc7b5b6a9f03a3c8c54 (patch)
tree0421fb48db449ff635e2210b9c9a31b6a80e8474 /Makefile.am
parentdd0416f5d47a946498219616f53abdad81d4fc38 (diff)
Add missing files to CLEANFILES and DISTCLEANFILES.
Without these files in these lists, "make distcheck" is unhappy.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c36cfbbe..223ceec2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,9 @@ EXTRA_DIST += \
cairo-version.h \
$(NULL)
-DISTCLEANFILES += config.cache
+DISTCLEANFILES += config.cache \
+ doltlibtool \
+ doltcompile
MAINTAINERCLEANFILES += \
$(srcdir)/aclocal.m4 \
$(srcdir)/autoscan.log \