Update contrib/Makefile's list of subdirectories that it does not try
authorTom Lane
Mon, 30 Jun 2003 20:02:53 +0000 (20:02 +0000)
committerTom Lane
Mon, 30 Jun 2003 20:02:53 +0000 (20:02 +0000)
to build.

contrib/Makefile

index d9ffcc61de98214b27bb1a74e966eedd97232faa..a666c3f990917ef950c35d6f56c91cc48075062d 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.43 2003/06/30 19:58:57 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.44 2003/06/30 20:02:53 tgl Exp $
 
 subdir = contrib
 top_builddir = ..
@@ -43,11 +43,14 @@ WANTED_DIRS = \
        vacuumlo
 
 # Missing:
+#      adddepend   \ (does not have a makefile)
 #      ipc_check   \ (does not have a makefile)
 #      mSQL-interface  \ (requires msql installed)
 #      mac     \ (does not have a makefile)
 #      mysql       \ (does not have a makefile)
 #      oracle      \ (does not have a makefile)
+#      pg_upgrade  \ (does not have a makefile)
+#      reindexdb   \ (does not have a makefile)
 #      start-scripts   \ (does not have a makefile)
 #      tools       \ (does not have a makefile)
 #      xml     \ (non-standard makefile)