From 8f012ac89b227dc5b966d81bbbcb59adda76b367 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Thu, 4 Nov 2004 06:09:26 +0000 Subject: Contrib build fixes: - add some additional files to the dbmirror install (approved by ssinger) - add a makefile for contrib/mysql, and add mysql to the list of contribs build by default - use xml2-config to pickup -I flags for libxml2 in contrib/xml and contrib/xml2 Original work from Martin Pitt of Debian, minor cleanups by Neil Conway. --- contrib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/Makefile') diff --git a/contrib/Makefile b/contrib/Makefile index 321c1126f8..600d402957 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.51 2004/09/16 21:20:19 tgl Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.52 2004/11/04 06:09:17 neilc Exp $ subdir = contrib top_builddir = .. @@ -22,6 +22,7 @@ WANTED_DIRS = \ lo \ ltree \ miscutil \ + mysql \ noupdate \ oid2name \ pg_autovacuum \ @@ -47,7 +48,6 @@ WANTED_DIRS = \ # 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) -- cgit v1.2.1