diff options
author | 2007-05-05 23:05:34 +0000 | |
---|---|---|
committer | 2007-05-05 23:05:34 +0000 | |
commit | 01ea53fd4b6bfe88baef9a200d4756769fc6a1a9 (patch) | |
tree | 291971474c9bd4368572b133d8a917faedb3112c /Makefile.am | |
parent | 8d79fa1947d3913601168ce36a950543c9ac4fc0 (diff) | |
download | paludis-01ea53fd4b6bfe88baef9a200d4756769fc6a1a9.tar.gz paludis-01ea53fd4b6bfe88baef9a200d4756769fc6a1a9.tar.xz |
Include python in distcheck.
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 244023cb3..44e36c42a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip std-options EXTRA_DIST = autogen.bash automake-deps-dist-hack.tmp SUBDIRS = misc tr1 test paludis python ruby src doc hooks eselect vim bash-completion zsh-completion -DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-glsa --enable-vim \ +DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-glsa --enable-vim --enable python \ --with-ruby-install-dir='$${DESTDIR}$${prefix}/ruby_dir' \ --with-repositories=default,cran \ --with-environments=default,portage \ |