diff -ruN postgresql-7.4.13-old/contrib/dbmirror/Makefile postgresql-7.4.13/contrib/dbmirror/Makefile
--- postgresql-7.4.13-old/contrib/dbmirror/Makefile	2002-06-23 23:58:07.000000000 +0200
+++ postgresql-7.4.13/contrib/dbmirror/Makefile	2004-11-01 00:13:50.277254272 +0100
@@ -5,6 +5,8 @@
 include $(top_builddir)/src/Makefile.global
 
 MODULES = pending
+SCRIPTS = clean_pending.pl DBMirror.pl
+DATA = AddTrigger.sql MirrorSetup.sql slaveDatabase.conf
 DOCS = README.dbmirror
 
 include $(top_srcdir)/contrib/contrib-global.mk
