diff options
author | 2007-10-23 19:27:15 +0000 | |
---|---|---|
committer | 2007-10-23 19:27:15 +0000 | |
commit | b403f25a2951ed4fc458e775d22602e510102c65 (patch) | |
tree | fb3806cf7e2ecb03528b800ff0fd0e4d69e801b0 /Makefile.am | |
parent | 4443eed7e760cada90a6bee324af4617e07a892b (diff) | |
download | paludis-b403f25a2951ed4fc458e775d22602e510102c65.tar.gz paludis-b403f25a2951ed4fc458e775d22602e510102c65.tar.xz |
EXTRA_DIST ChangeLog.old.bz2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b3c6082b8..3f6e97126 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ CLEANFILES = *~ done-check gmon.out *.gcov *.gcno *.gcda \ MAINTAINERCLEANFILES = Makefile.in configure config/* aclocal.m4 \ config.h config.h.in INSTALL COPYING AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip std-options -EXTRA_DIST = autogen.bash automake-deps-dist-hack.tmp +EXTRA_DIST = autogen.bash automake-deps-dist-hack.tmp ChangeLog.old.bz2 SUBDIRS = misc test paludis python ruby src doc hooks eselect vim bash-completion zsh-completion pkg-config DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-glsa --enable-vim --enable-python \ |