diff options
author | 2009-01-18 02:39:53 +0100 | |
---|---|---|
committer | 2009-01-18 03:27:50 +0100 | |
commit | e448bb39265f3efe8db72ff024a8a97b5ec9b57a (patch) | |
tree | f3725b62cd5bdb42538b9dbecb68d429c0e7a831 | |
parent | fb2933b864e78a6375fbdb66aa4408b08036b5ed (diff) | |
download | paludis-e448bb39265f3efe8db72ff024a8a97b5ec9b57a.tar.gz paludis-e448bb39265f3efe8db72ff024a8a97b5ec9b57a.tar.xz |
Add --with-clients=cave to distcheck flags.
Importare is included in 'default'.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4ba9675c7..0c9591147 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-ruby-doc --enable --with-ruby-install-dir='$${DESTDIR}$${prefix}/ruby_dir' \ --with-repositories=default \ --with-environments=default,portage \ - --with-clients=default,accerso,importare,inquisitio,instruo \ + --with-clients=default,accerso,cave,inquisitio,instruo \ --with-default-distribution=giant-space-monkey \ --enable-htmltidy |