diff options
author | 2010-08-14 19:23:04 +0100 | |
---|---|---|
committer | 2010-08-14 19:23:04 +0100 | |
commit | 3c7d9f376cd53601aeb01d61c4085d1acf793f3b (patch) | |
tree | 900a6d63bb454f2bdafcea20537606c765655925 /Makefile.am | |
parent | 239ef87963a413153d7e95c22999cec8e261ecfe (diff) | |
download | paludis-3c7d9f376cd53601aeb01d61c4085d1acf793f3b.tar.gz paludis-3c7d9f376cd53601aeb01d61c4085d1acf793f3b.tar.xz |
Optional indexing for cave search
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 98b2eb7f9..628098187 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-ruby --enable-ruby-doc --enable-vim \ --with-environments=default,portage \ --with-clients=default,accerso,appareo,cave,inquisitio,instruo \ --with-default-distribution=giant-space-monkey \ - --enable-htmltidy + --enable-htmltidy --enable-search-index automake-deps-built-hack.tmp : built-sources-subdirs touch $@ |