Commit 012288d5 authored by Peter Eisentraut's avatar Peter Eisentraut

Commenting out doesn't work, so move the broken modules out of the list.

parent b9d5620a
# $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 subdir = contrib
top_builddir = .. top_builddir = ..
...@@ -14,7 +14,6 @@ WANTED_DIRS = \ ...@@ -14,7 +14,6 @@ WANTED_DIRS = \
dbmirror \ dbmirror \
dbsize \ dbsize \
earthdistance \ earthdistance \
# findoidjoins \
fulltextindex \ fulltextindex \
fuzzystrmatch \ fuzzystrmatch \
intagg \ intagg \
...@@ -37,10 +36,12 @@ WANTED_DIRS = \ ...@@ -37,10 +36,12 @@ WANTED_DIRS = \
string \ string \
tablefunc \ tablefunc \
tips \ tips \
tsearch \
userlock \ userlock \
vacuumlo vacuumlo
# findoidjoins \
tsearch \
ifeq ($(with_java),yes) ifeq ($(with_java),yes)
WANTED_DIRS += retep WANTED_DIRS += retep
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment