We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1c8a3 commit fcbe62eCopy full SHA for fcbe62e
contrib/Makefile
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
subdir = contrib
4
top_builddir = ..
@@ -14,6 +14,7 @@ WANTED_DIRS = \
14
dbmirror \
15
dbsize \
16
earthdistance \
17
+ findoidjoins \
18
fulltextindex \
19
fuzzystrmatch \
20
intagg \
@@ -36,12 +37,10 @@ WANTED_DIRS = \
36
37
string \
38
tablefunc \
39
tips \
40
+ tsearch \
41
userlock \
42
vacuumlo
43
-# findoidjoins \
- tsearch \
44
-
45
ifeq ($(with_java),yes)
46
WANTED_DIRS += retep
47
endif
0 commit comments