diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-06-01 05:15:47 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-06-01 05:15:47 +0000 |
| commit | aad4196764798583eaa122e80288b861337abae4 (patch) | |
| tree | 37e1969f9896e1daf2f64138da69a38d02114eb3 /contrib/Makefile | |
| parent | e590ceecf135491743580df0a13bf9e8353f4564 (diff) | |
| download | postgresql-aad4196764798583eaa122e80288b861337abae4.tar.gz | |
List pg_trgm in contrib Makefile and README.
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 5 |
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) |
