diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-05 20:53:45 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-05 20:53:45 +0000 |
commit | fcbe62ee5162e94e49ed5203d3bf5a1c292f05b2 (patch) | |
tree | e2209b736209ee8df0a78c4ba91be7b0a3cdf15d | |
parent | 5d1c8a3b07253a42bf103dd717c9a3787a6b30a7 (diff) | |
download | postgresql-fcbe62ee5162e94e49ed5203d3bf5a1c292f05b2.tar.gz postgresql-fcbe62ee5162e94e49ed5203d3bf5a1c292f05b2.zip |
findoidjoins and tsearch are not broken anymore.
-rw-r--r-- | contrib/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index b6f42c78e3d..79833ed3113 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.38 2002/09/05 18:40:33 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.39 2002/09/05 20:53:45 tgl Exp $ subdir = contrib top_builddir = .. @@ -14,6 +14,7 @@ WANTED_DIRS = \ dbmirror \ dbsize \ earthdistance \ + findoidjoins \ fulltextindex \ fuzzystrmatch \ intagg \ @@ -36,12 +37,10 @@ WANTED_DIRS = \ string \ tablefunc \ tips \ + tsearch \ userlock \ vacuumlo -# findoidjoins \ - tsearch \ - ifeq ($(with_java),yes) WANTED_DIRS += retep endif |