From: Amos Jeffries Date: Wed, 10 Oct 2012 01:37:55 +0000 (-0600) Subject: Windows: disable purge tool X-Git-Tag: SQUID_3_3_0_1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0df434d0b10a77ad9d6b9ecc24f6276dc314304;p=thirdparty%2Fsquid.git Windows: disable purge tool The purge tool requires quite a few updates before it will build on Windows. It is easier at this point to simply not build it. --- diff --git a/tools/purge/Makefile.am b/tools/purge/Makefile.am index 4bbecbd905..2cd43f1caf 100644 --- a/tools/purge/Makefile.am +++ b/tools/purge/Makefile.am @@ -1,6 +1,8 @@ include $(top_srcdir)/src/Common.am +if !ENABLE_WIN32SPECIFIC bin_PROGRAMS = purge +endif purge_SOURCES = \ convert.cc \