diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2012-02-04 01:29:33 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2012-02-04 01:29:33 +0000 |
commit | cf3d5b90128c2d9acef3500c76b5079d2d598a29 (patch) | |
tree | cdac79421f3d5c44f4080f38b9f0301690ef4072 | |
parent | 8ca383c4603cc8572684314ae53d8276664c705f (diff) | |
download | xine-lib-cf3d5b90128c2d9acef3500c76b5079d2d598a29.tar.gz xine-lib-cf3d5b90128c2d9acef3500c76b5079d2d598a29.tar.bz2 |
Pass distcheck.
-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 |