Update contrib/Makefile's list of subdirectories that it does not try

to build.
This commit is contained in:
Tom Lane 2003-06-30 20:02:53 +00:00
parent 142cb7b3f4
commit ede1734cf8

View 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)