aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2007-01-21 19:30:10 +0000
committerMicah Anderson <micah@riseup.net>2007-01-21 19:30:10 +0000
commit65f7b42f544579a8fbf30e82589ef98c6d30e9ef (patch)
tree67753e46b5285a19e585b23c5d26fc9f17e0d3e3
parent001ffb8d23bec49e5e291c002f829acc6876ebe6 (diff)
downloadbackupninja-65f7b42f544579a8fbf30e82589ef98c6d30e9ef.tar.gz
backupninja-65f7b42f544579a8fbf30e82589ef98c6d30e9ef.tar.bz2
Updated makefiles to include rsnap/rub files that were
accidentally omitted
-rw-r--r--ChangeLog1
-rw-r--r--examples/Makefile.am4
-rw-r--r--handlers/Makefile.am2
3 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d295a4b..1e4785d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,7 @@ version 0.9.5 -- unreleased
fixed automake 'make install' bug that failed if /etc/backup.d already
existed
changed spaces to tabs in Makefile.am
+ updated examples/Makefile.am and handlers/Makefile.am to include rsnap/rub files
version 0.9.4 -- October 6th, 2006
backupninja changes
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 9886188..ca8999f 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,7 +1,7 @@
EXAMPLES = example.dup example.ldap example.makecd example.mysql \
- example.pgsql example.rdiff example.sh example.svn example.sys \
- example.trac
+ example.pgsql example.rdiff example.rsnap example.sh \
+ example.svn example.sys example.trac
EXTRA_DIST = $(EXAMPLES)
diff --git a/handlers/Makefile.am b/handlers/Makefile.am
index 6ba0925..7d802c1 100644
--- a/handlers/Makefile.am
+++ b/handlers/Makefile.am
@@ -1,6 +1,6 @@
HANDLERS = dup dup.helper maildir mysql.helper rdiff sys makecd makecd.helper \
- rdiff.helper sys.helper ldap pgsql sh trac \
+ rdiff.helper rsnap rub sys.helper ldap pgsql sh trac \
ldap.helper mysql pgsql.helper svn
EXTRA_DIST = Makefile.am $(HANDLERS)