]> git.ipfire.org Git - thirdparty/squid.git/blame_incremental - tools/purge/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / tools / purge / Makefile.am
... / ...
CommitLineData
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
8include $(top_srcdir)/src/Common.am
9
10if !ENABLE_WIN32SPECIFIC
11bin_PROGRAMS = purge
12man_MANS = purge.1
13endif
14
15purge_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
30purge_LDADD = \
31 $(COMPAT_LIB) \
32 $(XTRA_LIBS)
33
34EXTRA_DIST = purge.1