]> git.ipfire.org Git - thirdparty/squid.git/blob - tools/purge/Makefile.am
38ed3ddf52b7ec4f98a08080055b6f50bc896f16
[thirdparty/squid.git] / tools / purge / Makefile.am
1 ## Copyright (C) 1996-2016 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 include $(top_srcdir)/src/Common.am
9
10 if !ENABLE_WIN32SPECIFIC
11 bin_PROGRAMS = purge
12 man_MANS = purge.1
13 endif
14
15 purge_SOURCES = \
16 convert.cc \
17 convert.hh \
18 socket.cc \
19 socket.hh \
20 signal.cc \
21 signal.hh \
22 squid-tlv.cc \
23 squid-tlv.hh \
24 copyout.cc \
25 copyout.hh \
26 conffile.cc \
27 conffile.hh \
28 purge.cc
29
30 purge_LDADD = \
31 $(COMPAT_LIB) \
32 $(XTRA_LIBS)
33
34 EXTRA_DIST = purge.1