From: Amos Jeffries Date: Thu, 3 Jun 2010 03:13:42 +0000 (+1200) Subject: Clean generated AutHType file X-Git-Tag: SQUID_3_2_0_1~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d979d0584586c0d073a6874f08961d7dc9b4fb5;p=thirdparty%2Fsquid.git Clean generated AutHType file --- diff --git a/src/auth/Makefile.am b/src/auth/Makefile.am index 2c0e9eaa5e..f87a492990 100644 --- a/src/auth/Makefile.am +++ b/src/auth/Makefile.am @@ -73,6 +73,8 @@ libnegotiate_la_SOURCES = \ AuthType.cc: AuthType.h $(top_srcdir)/src/mk-string-arrays.awk $(AWK) -f $(top_srcdir)/src/mk-string-arrays.awk < $(srcdir)/AuthType.h > $@ || (rm -f $@ ; exit 1) +CLEANFILES += AuthType.cc + TESTS += testHeaders