projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9d5620
)
Commenting out doesn't work, so move the broken modules out of the list.
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 5 Sep 2002 18:40:33 +0000
(18:40 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 5 Sep 2002 18:40:33 +0000
(18:40 +0000)
contrib/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/Makefile
b/contrib/Makefile
index 8f371173d78410282525c01f536d716d813522f6..b6f42c78e3d5a47e2644097c17a88f34d35de39f 100644
(file)
--- a/
contrib/Makefile
+++ b/
contrib/Makefile
@@
-1,4
+1,4
@@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.3
7 2002/09/04 22:50:4
3 petere Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.3
8 2002/09/05 18:40:3
3 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