diff options
author | 2009-01-26 18:55:03 +0000 | |
---|---|---|
committer | 2009-01-26 18:55:03 +0000 | |
commit | a4d00549157b7a201b44f17826b2322968238fde (patch) | |
tree | 0b51319cdca8991eb73f70615d7dd59b51f1b492 /Makefile.am | |
parent | 1cc07d2189a714671fa979b8edb774d5bd24568c (diff) | |
download | paludis-a4d00549157b7a201b44f17826b2322968238fde.tar.gz paludis-a4d00549157b7a201b44f17826b2322968238fde.tar.xz |
Build accounts for 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 0c9591147..323216984 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ SUBDIRS = misc test paludis python ruby src doc hooks vim bash-completion zsh-co DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-ruby-doc --enable-vim \ --enable-python --enable-python-doc --enable-xml \ --with-ruby-install-dir='$${DESTDIR}$${prefix}/ruby_dir' \ - --with-repositories=default \ + --with-repositories=default,accounts \ --with-environments=default,portage \ --with-clients=default,accerso,cave,inquisitio,instruo \ --with-default-distribution=giant-space-monkey \ |