]> git.ipfire.org Git - thirdparty/squid.git/blob - tools/purge/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / tools / purge / Makefile.am
1 ## Copyright (C) 1996-2021 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 conffile.cc \
17 conffile.hh \
18 convert.cc \
19 convert.hh \
20 copyout.cc \
21 copyout.hh \
22 purge.cc \
23 signal.cc \
24 signal.hh \
25 socket.cc \
26 socket.hh \
27 squid-tlv.cc \
28 squid-tlv.hh
29
30 purge_LDADD = \
31 $(COMPAT_LIB) \
32 $(XTRA_LIBS)
33
34 EXTRA_DIST = purge.1