From: Tom Lane Date: Tue, 13 Nov 2007 21:04:45 +0000 (+0000) Subject: Re-add contrib/tsearch2 to the set of buildable contrib modules. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d1d369c1dd7bae34dd93ea4dcf143253b37b0de8;p=users%2Fbernd%2Fpostgres.git Re-add contrib/tsearch2 to the set of buildable contrib modules. --- diff --git a/contrib/Makefile b/contrib/Makefile index 05c212046b..be72cecb12 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -34,6 +34,7 @@ WANTED_DIRS = \ spi \ tablefunc \ test_parser \ + tsearch2 \ vacuumlo ifeq ($(with_openssl),yes)