diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-07-24 16:54:58 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-07-24 16:54:58 +0000 |
| commit | f0c5384d4a21d85198f86281f61d5754bfdca7a5 (patch) | |
| tree | 54a908e139519ab09da06ec6b937655b161a2e26 /contrib/Makefile | |
| parent | cf16f51a43d28b4563436396a4e33b5e4180f223 (diff) | |
| download | postgresql-f0c5384d4a21d85198f86281f61d5754bfdca7a5.tar.gz | |
Add tsearch2.
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index a666c3f990..c4bc21f69a 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.44 2003/06/30 20:02:53 tgl Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.45 2003/07/24 16:54:58 tgl Exp $ subdir = contrib top_builddir = .. @@ -39,6 +39,7 @@ WANTED_DIRS = \ tablefunc \ tips \ tsearch \ + tsearch2 \ userlock \ vacuumlo |
