From d1d369c1dd7bae34dd93ea4dcf143253b37b0de8 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 13 Nov 2007 21:04:45 +0000 Subject: [PATCH] Re-add contrib/tsearch2 to the set of buildable contrib modules. --- contrib/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5