Skip to content

Commit f852520

Browse files
committed
Re-add contrib/tsearch2 to the set of buildable contrib modules.
1 parent 90e3f2a commit f852520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/Makefile,v 1.81 2007/10/15 21:36:49 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/Makefile,v 1.82 2007/11/13 21:04:45 tgl Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -34,6 +34,7 @@ WANTED_DIRS = \
3434
spi \
3535
tablefunc \
3636
test_parser \
37+
tsearch2 \
3738
vacuumlo
3839

3940
ifeq ($(with_openssl),yes)

0 commit comments

Comments
 (0)