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 b9d5620 commit 012288dCopy full SHA for 012288d
contrib/Makefile
@@ -1,4 +1,4 @@
1
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.37 2002/09/04 22:50:43 petere Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.38 2002/09/05 18:40:33 petere Exp $
2
3
subdir = contrib
4
top_builddir = ..
@@ -14,7 +14,6 @@ WANTED_DIRS = \
14
dbmirror \
15
dbsize \
16
earthdistance \
17
-# findoidjoins \
18
fulltextindex \
19
fuzzystrmatch \
20
intagg \
@@ -37,10 +36,12 @@ WANTED_DIRS = \
37
36
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