1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Re-add contrib/tsearch2 to the set of buildable contrib modules.

This commit is contained in:
Tom Lane 2007-11-13 21:04:45 +00:00
parent 90e3f2aca7
commit f85252097f

View 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 subdir = contrib
top_builddir = .. top_builddir = ..
@ -34,6 +34,7 @@ WANTED_DIRS = \
spi \ spi \
tablefunc \ tablefunc \
test_parser \ test_parser \
tsearch2 \
vacuumlo vacuumlo
ifeq ($(with_openssl),yes) ifeq ($(with_openssl),yes)