From: Amos Jeffries Date: Mon, 23 Nov 2009 00:39:15 +0000 (+1300) Subject: Fix distclean of test_tools.cc X-Git-Tag: SQUID_3_2_0_1~538 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d61b37105b3c7db32a04288f61327eed99a81305;p=thirdparty%2Fsquid.git Fix distclean of test_tools.cc --- diff --git a/tools/Makefile.am b/tools/Makefile.am index adf21124ae..24bb37c0a5 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -32,6 +32,7 @@ test_tools.cc: $(top_srcdir)/test-suite/test_tools.cc # globals.cc is needed by test_tools.cc. # Neither of these should be disted from here. TESTSOURCES= test_tools.cc +CLEANFILES += test_tools.cc ## ##### squidclient #####