summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2002-09-05 18:40:33 +0000
committerPeter Eisentraut2002-09-05 18:40:33 +0000
commit012288d565fb59e7cda1695083d0ce1ff8242fbd (patch)
treec25c1ef171b9d564f5c466d138e34955dbcccfc9
parentb9d5620a14950c768d859901a4f2c2a6b6b11a7d (diff)
Commenting out doesn't work, so move the broken modules out of the list.
-rw-r--r--contrib/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 8f371173d78..b6f42c78e3d 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $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 $
subdir = contrib
top_builddir = ..
@@ -14,7 +14,6 @@ WANTED_DIRS = \
dbmirror \
dbsize \
earthdistance \
-# findoidjoins \
fulltextindex \
fuzzystrmatch \
intagg \
@@ -37,10 +36,12 @@ WANTED_DIRS = \
string \
tablefunc \
tips \
- tsearch \
userlock \
vacuumlo
+# findoidjoins \
+ tsearch \
+
ifeq ($(with_java),yes)
WANTED_DIRS += retep
endif