From fcbe62ee5162e94e49ed5203d3bf5a1c292f05b2 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 5 Sep 2002 20:53:45 +0000 Subject: [PATCH] findoidjoins and tsearch are not broken anymore. --- contrib/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/contrib/Makefile b/contrib/Makefile index b6f42c78e3..79833ed311 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 -- GitLab