From: Amos Jeffries Date: Mon, 8 Oct 2012 07:16:04 +0000 (-0600) Subject: Windows: disable purge tool X-Git-Tag: SQUID_3_4_0_1~596 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c627c39bf7c95d4ea476295332c2b74ded56093;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 \