Re-add contrib/tsearch2 to the set of buildable contrib modules.
authorTom Lane
Tue, 13 Nov 2007 21:04:45 +0000 (21:04 +0000)
committerTom Lane
Tue, 13 Nov 2007 21:04:45 +0000 (21:04 +0000)
contrib/Makefile

index 0bd9e65b05a1b6dcb92f201cdc45bb8520362740..c55c95ccf01e732cad34a57a2a0f901f43da2719 100644 (file)
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.81 2007/10/15 21:36:49 tgl Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.82 2007/11/13 21:04:45 tgl Exp $
 
 subdir = contrib
 top_builddir = ..
@@ -34,6 +34,7 @@ WANTED_DIRS = \
        spi     \
        tablefunc   \
        test_parser \
+       tsearch2    \
        vacuumlo
 
 ifeq ($(with_openssl),yes)