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/dbmirror | |
| 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/dbmirror')
| -rw-r--r-- | contrib/dbmirror/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/dbmirror/Makefile b/contrib/dbmirror/Makefile index b0f538f8b50..e21141342fa 100644 --- a/contrib/dbmirror/Makefile +++ b/contrib/dbmirror/Makefile @@ -1,6 +1,8 @@ -# $PostgreSQL: pgsql/contrib/dbmirror/Makefile,v 1.3 2004/08/20 20:13:03 momjian Exp $ +# $PostgreSQL: pgsql/contrib/dbmirror/Makefile,v 1.4 2004/11/04 06:09:19 neilc Exp $ MODULES = pending +SCRIPTS = clean_pending.pl DBMirror.pl +DATA = AddTrigger.sql MirrorSetup.sql slaveDatabase.conf DOCS = README.dbmirror ifdef USE_PGXS |
