From: Amos Jeffries Date: Mon, 31 May 2010 11:27:28 +0000 (+1200) Subject: Add omitted CLEANFILES to basic scripts Makefiles X-Git-Tag: SQUID_3_2_0_1~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ded216eee3d7b5337c03a2d927b611777414ddb;p=thirdparty%2Fsquid.git Add omitted CLEANFILES to basic scripts Makefiles --- diff --git a/helpers/basic_auth/MSNT-multi-domain/Makefile.am b/helpers/basic_auth/MSNT-multi-domain/Makefile.am index 26e2366792..7aa8325130 100644 --- a/helpers/basic_auth/MSNT-multi-domain/Makefile.am +++ b/helpers/basic_auth/MSNT-multi-domain/Makefile.am @@ -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) diff --git a/helpers/basic_auth/POP3/Makefile.am b/helpers/basic_auth/POP3/Makefile.am index 02f190b9ba..ff7b41023c 100644 --- a/helpers/basic_auth/POP3/Makefile.am +++ b/helpers/basic_auth/POP3/Makefile.am @@ -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)