aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am17
1 files changed, 16 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bda13dc..77cce5a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,3 @@
-
SUBDIRS = \
src \
data \
@@ -7,3 +6,19 @@ SUBDIRS = \
EXTRA_DIST = autogen.sh
+DISTCLEANFILES = \
+ INSTALL \
+ Makefile.in \
+ aclocal.m4 \
+ compile \
+ configure \
+ config.h.in \
+ config.h \
+ config.sub \
+ config.guess \
+ depcomp \
+ install-sh \
+ ltmain.sh \
+ missing \
+ po/Makefile.in.in
+