|
|
@ -1,4 +1,4 @@ |
|
|
|
# $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 $
|
|
|
|
|
|
|
|
|
|
|
|
subdir = contrib
|
|
|
|
subdir = contrib
|
|
|
|
top_builddir = ..
|
|
|
|
top_builddir = ..
|
|
|
@ -14,6 +14,7 @@ WANTED_DIRS = \ |
|
|
|
dbmirror \
|
|
|
|
dbmirror \
|
|
|
|
dbsize \
|
|
|
|
dbsize \
|
|
|
|
earthdistance \
|
|
|
|
earthdistance \
|
|
|
|
|
|
|
|
findoidjoins \
|
|
|
|
fulltextindex \
|
|
|
|
fulltextindex \
|
|
|
|
fuzzystrmatch \
|
|
|
|
fuzzystrmatch \
|
|
|
|
intagg \
|
|
|
|
intagg \
|
|
|
@ -36,12 +37,10 @@ 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 |
|
|
|