]> git.ipfire.org Git - thirdparty/squid.git/blame - tools/purge/Makefile.am
Bundle the purge and hexd tools with Squid sources.
[thirdparty/squid.git] / tools / purge / Makefile.am
CommitLineData
2ccf2eb2
AJ
1include $(top_srcdir)/src/Common.am
2
3bin_PROGRAMS = purge hexd
4
5purge_SOURCES = \
6 convert.cc \
7 convert.hh \
8 socket.cc \
9 socket.hh \
10 signal.cc \
11 signal.hh \
12 squid-tlv.cc \
13 squid-tlv.hh \
14 copyout.cc \
15 copyout.hh \
16 conffile.cc \
17 conffile.hh \
18 purge.cc
19
20purge_LDADD = \
21 $(COMPAT_LIB) \
22 $(XTRA_LIBS)
23
24EXTRA_DIST = README
25
26
27hexd_SOURCES = hexd.cc
28
29hexd_LDADD = \
30 $(COMPAT_LIB) \
31 $(XTRA_LIBS)