diff options
author | Micah Anderson <micah@riseup.net> | 2005-10-26 23:07:11 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2005-10-26 23:07:11 +0000 |
commit | d943cfdaa9bb9e297319c63c2302995999ffe5c3 (patch) | |
tree | a0915309bd8324acd87aadfdc4dfc673338e6a88 /handlers/Makefile.am | |
parent | b43b18ff13aa849f0746be37dcf54c59b75ae269 (diff) | |
download | backupninja-d943cfdaa9bb9e297319c63c2302995999ffe5c3.tar.gz backupninja-d943cfdaa9bb9e297319c63c2302995999ffe5c3.tar.bz2 |
Add more makefile templates
Diffstat (limited to 'handlers/Makefile.am')
-rw-r--r-- | handlers/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/handlers/Makefile.am b/handlers/Makefile.am new file mode 100644 index 0000000..ad4b42a --- /dev/null +++ b/handlers/Makefile.am @@ -0,0 +1,9 @@ + +HANDLERS = dup maildir mysql.helper rdiff sys easydialog.sh makecd \ + parseini rdiff.helper sys.helper ldap pgsql sh trac \ + ldap.helper mysql pgsql.helper svn + + +EXTRA_DIST = Makefile.am $(HANDLERS) + +dist_pkgdata_DATA = $(HANDLERS) |