summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-12-11 20:40:59 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-12-11 20:40:59 +0000
commitc4e3b0c3aa1157c2c049a289b74b56d9aa2b5d47 (patch)
treed25b4a468cbfba0f5e7e4e9710fbbf36fa7a77f7 /contrib/Makefile
parenta3694b420f194ba26f3bf721f4a53fc0a43c2581 (diff)
downloadpostgresql-c4e3b0c3aa1157c2c049a289b74b56d9aa2b5d47.tar.gz
Links to CUBE, SEG contrib items
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index c60d2f0c12..5ebaafbf6a 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,10 +1,11 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.9 2000/10/31 13:11:28 petere Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.10 2000/12/11 20:40:59 tgl Exp $
subdir = contrib
top_builddir = ..
include $(top_builddir)/src/Makefile.global
WANTED_DIRS = array \
+ cube \
earthdistance \
findoidjoins \
fulltextindex \
@@ -18,6 +19,7 @@ WANTED_DIRS = array \
pg_dumplo \
pgbench \
pgcrypto \
+ seg \
soundex \
spi \
string \