diff --git a/ChangeLog b/ChangeLog
index d295a4ba25a237167f1a6b049c867a096c4c80ef..1e4785d523ecb974b76bc0241bd31f0f2ac1f3da 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 988618844251d01f6b466af269d4b6a75ff2d860..ca8999f38955c6fd15c7c3eb6ce95910de354690 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 6ba0925dc2fe0fa780d39d09739fbd9a8abc32ac..7d802c16a9540c5a4c0e98b2c3b6ddaa827bca20 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)