diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-08-22 18:27:54 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-08-22 18:27:54 +0000 |
| commit | a9289708af0bff1c45deae79a7c8f6db75d8ca16 (patch) | |
| tree | 1d9f62f2266b322379d797d73b9af640012e0699 /contrib/Makefile | |
| parent | a54075a6d6df36f4c676486b4711ccfc650bf5e2 (diff) | |
| download | postgresql-a9289708af0bff1c45deae79a7c8f6db75d8ca16.tar.gz | |
New contrib module for BTREE emulation in GiST.
From Oleg Bartunov and Teodor Sigaev.
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 79dfa28ce4..df1cf98b69 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.23 2001/07/06 23:07:19 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.24 2001/08/22 18:27:53 tgl Exp $ subdir = contrib top_builddir = .. @@ -6,18 +6,19 @@ include $(top_builddir)/src/Makefile.global WANTED_DIRS = \ array \ + btree_gist \ cube \ dbase \ dblink \ earthdistance \ findoidjoins \ fulltextindex \ + fuzzystrmatch \ intarray \ isbn_issn \ lo \ mSQL-interface \ mac \ - metaphone \ miscutil \ noupdate \ oid2name \ @@ -30,7 +31,6 @@ WANTED_DIRS = \ rserv \ rtree_gist \ seg \ - soundex \ spi \ string \ tips \ |
