diff options
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 766f446..8a2928e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,15 @@ SUBDIRS = src EXTRA_DIST= \ README \ INSTALL \ -COPYING +COPYING \ +config.d.in + +DISTCLEANFILES = \ + configure \ + config.guess \ + config.sub \ + Makefile.in \ + install-sh \ + aclocal.m4 \ + ltmain.sh \ + missing |