]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add rserv replication toolkit from Vadim Mikheev.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 20 Dec 2000 17:22:26 +0000 (17:22 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 20 Dec 2000 17:22:26 +0000 (17:22 +0000)
contrib/Makefile

index 5ebaafbf6a4e9e8d8c3e635455562aeb82617b5b..9786cb56349db282c2b26c002796e39d66970f9e 100644 (file)
@@ -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        \