]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Windows: disable purge tool
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 10 Oct 2012 01:37:55 +0000 (19:37 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 10 Oct 2012 01:37:55 +0000 (19:37 -0600)
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.

tools/purge/Makefile.am

index 4bbecbd905da25f4e656dba5b5bbe63dda8cd4d5..2cd43f1caf79db6c47311695c79c2c07818a618a 100644 (file)
@@ -1,6 +1,8 @@
 include $(top_srcdir)/src/Common.am
 
+if !ENABLE_WIN32SPECIFIC
 bin_PROGRAMS = purge
+endif
 
 purge_SOURCES = \
        convert.cc \