diff options
author | Micah Anderson <micah@riseup.net> | 2005-11-10 14:37:20 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2005-11-10 14:37:20 +0000 |
commit | 5d3222eec7f30b4727d58042682155a570c5efd2 (patch) | |
tree | ec645f8d0152d962db410886efe384e5f287afd2 /handlers/Makefile.am | |
parent | 0e1bd269884c234dd76b00fa30bae674e82892bf (diff) | |
download | backupninja-5d3222eec7f30b4727d58042682155a570c5efd2.tar.gz backupninja-5d3222eec7f30b4727d58042682155a570c5efd2.tar.bz2 |
Fixed missing makecd.helper
Diffstat (limited to 'handlers/Makefile.am')
-rw-r--r-- | handlers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/Makefile.am b/handlers/Makefile.am index ad4b42a..ae3ac04 100644 --- a/handlers/Makefile.am +++ b/handlers/Makefile.am @@ -1,5 +1,5 @@ -HANDLERS = dup maildir mysql.helper rdiff sys easydialog.sh makecd \ +HANDLERS = dup maildir mysql.helper rdiff sys easydialog.sh makecd makecd.helper \ parseini rdiff.helper sys.helper ldap pgsql sh trac \ ldap.helper mysql pgsql.helper svn |