From 5cda2e3cac6cfaf16f208d4feef208c9fc07cc9b Mon Sep 17 00:00:00 2001 From: intrigeri Date: Fri, 12 Oct 2007 17:48:23 +0000 Subject: [PATCH] forgot to add CLEANFILES to handlers/Makefile.am --- handlers/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handlers/Makefile.am b/handlers/Makefile.am index 24efe89..710b25e 100644 --- a/handlers/Makefile.am +++ b/handlers/Makefile.am @@ -3,6 +3,8 @@ HANDLERS = dup dup.helper ldap ldap.helper maildir makecd \ makecd.helper mysql mysql.helper pgsql pgsql.helper rdiff \ rdiff.helper rsnap rub sh svn sys sys.helper trac +CLEANFILES = $(HANDLERS) + EXTRA_DIST = Makefile.am $(HANDLERS) edit = sed \ -- 2.30.2