diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | include/Makefile.am | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a49dcc579..02c819dc5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,8 @@ EXTRA_DIST = config.rpath autogen.sh \ missing \ depcomp -CONFIG_CLEAN_FILES = libtool +CLEANFILES = a.out +CONFIG_CLEAN_FILES = libtool po/Makevars.extra dist_doc_DATA = COPYING NEWS README TODO CREDITS ChangeLog diff --git a/include/Makefile.am b/include/Makefile.am index e36e0e3f7..e9bd4356a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -53,3 +53,4 @@ nodist_noinst_HEADERS = configure.h nodist_include_HEADERS = $(inttypes_h) CONFIG_CLEAN_FILES = $(inttypes_h) +DISTCLEANFILES = xine/version.h |