Skip to content

Commit fcbe62e

Browse files
committed
findoidjoins and tsearch are not broken anymore.
1 parent 5d1c8a3 commit fcbe62e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

contrib/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.38 2002/09/05 18:40:33 petere Exp $
1+
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.39 2002/09/05 20:53:45 tgl Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -14,6 +14,7 @@ WANTED_DIRS = \
1414
dbmirror \
1515
dbsize \
1616
earthdistance \
17+
findoidjoins \
1718
fulltextindex \
1819
fuzzystrmatch \
1920
intagg \
@@ -36,12 +37,10 @@ WANTED_DIRS = \
3637
string \
3738
tablefunc \
3839
tips \
40+
tsearch \
3941
userlock \
4042
vacuumlo
4143

42-
# findoidjoins \
43-
tsearch \
44-
4544
ifeq ($(with_java),yes)
4645
WANTED_DIRS += retep
4746
endif

0 commit comments

Comments
 (0)