diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-11-13 21:04:45 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-11-13 21:04:45 +0000 |
commit | f85252097f5d21c906a0b08922615e4ddca96dd0 (patch) | |
tree | ff0d6681a5ccc7f4ab0e278001e0586826e141f6 | |
parent | 90e3f2aca716e562f81a64dba5fb5232b140e4d7 (diff) | |
download | postgresql-f85252097f5d21c906a0b08922615e4ddca96dd0.tar.gz postgresql-f85252097f5d21c906a0b08922615e4ddca96dd0.zip |
Re-add contrib/tsearch2 to the set of buildable contrib modules.
-rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 0bd9e65b05a..c55c95ccf01 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -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) |