diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-12-20 17:22:26 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-12-20 17:22:26 +0000 |
commit | 96edf0c1850f9cecdd328ac7cfa2daa80b19422e (patch) | |
tree | 95c434fafec2f2245d4a91e386f7a4a702370d12 | |
parent | d8231344f78cbc8caed932db01d2ecd070688dec (diff) |
Add rserv replication toolkit from Vadim Mikheev.
-rw-r--r-- | contrib/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 5ebaafbf6a4..9786cb56349 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,27 +1,29 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.10 2000/12/11 20:40:59 tgl Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.11 2000/12/20 17:22:26 thomas Exp $ subdir = contrib top_builddir = .. include $(top_builddir)/src/Makefile.global -WANTED_DIRS = array \ +WANTED_DIRS = \ + array \ cube \ earthdistance \ findoidjoins \ fulltextindex \ isbn_issn \ linux \ - lo \ + lo \ mSQL-interface \ - mac \ + mac \ miscutil \ noupdate \ pg_dumplo \ pgbench \ pgcrypto \ - seg \ + rserv \ + seg \ soundex \ - spi \ + spi \ string \ tips \ unixdate \ |