diff options
| author | Neil Conway | 2004-11-04 06:09:26 +0000 |
|---|---|---|
| committer | Neil Conway | 2004-11-04 06:09:26 +0000 |
| commit | 8f012ac89b227dc5b966d81bbbcb59adda76b367 (patch) | |
| tree | 8e7e2709888b15449749627464305b9a3a017657 /contrib/Makefile | |
| parent | 4fbdfbffc64d3d5b64e6758d4795a8316636f1a1 (diff) | |
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.
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 321c1126f8e..600d4029579 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) |
