summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-06-01 05:15:47 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-06-01 05:15:47 +0000
commitaad4196764798583eaa122e80288b861337abae4 (patch)
tree37e1969f9896e1daf2f64138da69a38d02114eb3 /contrib/Makefile
parente590ceecf135491743580df0a13bf9e8353f4564 (diff)
downloadpostgresql-aad4196764798583eaa122e80288b861337abae4.tar.gz
List pg_trgm in contrib Makefile and README.
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index f656018268..7dc0405f94 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.48 2004/03/05 05:15:16 momjian Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.49 2004/06/01 05:15:47 tgl Exp $
subdir = contrib
top_builddir = ..
@@ -27,6 +27,7 @@ WANTED_DIRS = \
pg_autovacuum \
pg_dumplo \
pg_logger \
+ pg_trgm \
pgbench \
pgcrypto \
pgstattuple \
@@ -43,8 +44,8 @@ WANTED_DIRS = \
vacuumlo
# Missing:
-# array \ (removed all but the README)
# adddepend \ (does not have a makefile)
+# array \ (removed all but the README)
# ipc_check \ (does not have a makefile)
# mSQL-interface \ (requires msql installed)
# mac \ (does not have a makefile)