]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add omitted CLEANFILES to basic scripts Makefiles
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 31 May 2010 11:27:28 +0000 (23:27 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 31 May 2010 11:27:28 +0000 (23:27 +1200)
helpers/basic_auth/MSNT-multi-domain/Makefile.am
helpers/basic_auth/POP3/Makefile.am

index 26e23667921298c156ffb40746f692a2e95dee6c..7aa83251305eeb69a11d29e264bdf771cd61b752 100644 (file)
@@ -2,6 +2,7 @@ include $(top_srcdir)/src/Common.am
 
 libexec_SCRIPTS        = basic_msnt_multi_domain_auth
 EXTRA_DIST = basic_msnt_multi_domain_auth.pl.in README.txt config.test
+CLEANFILES += basic_msnt_multi_domain_auth
 
 basic_msnt_multi_domain_auth: basic_msnt_multi_domain_auth.pl.in
        $(subst_perlshell)
index 02f190b9ba839e8d7db535944efb9a7391a7639b..ff7b41023c42de3821f34c385eea7d9e8c7d6353 100644 (file)
@@ -2,6 +2,7 @@ include $(top_srcdir)/src/Common.am
 
 libexec_SCRIPTS        = basic_pop3_auth
 EXTRA_DIST = basic_pop3_auth.pl.in config.test
+CLEANFILES += basic_pop3_auth
 
 basic_pop3_auth: basic_pop3_auth.pl.in
        $(subst_perlshell)