]> git.ipfire.org Git - thirdparty/squid.git/blame - src/comm/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / comm / Makefile.am
CommitLineData
f70aedc4 1## Copyright (C) 1996-2021 The Squid Software Foundation and contributors
bbc27441
AJ
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
04f55905
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
cfd66529 11noinst_LTLIBRARIES = libcomm.la
04f55905 12
ec41b64c 13## Library holding comm socket handlers
aa5639dc 14libcomm_la_SOURCES = \
04f55905
AJ
15 AcceptLimiter.cc \
16 AcceptLimiter.h \
aed188fd
AJ
17 ConnOpener.cc \
18 ConnOpener.h \
cfd66529
AJ
19 Connection.cc \
20 Connection.h \
c8407295 21 Flag.h \
ec41b64c
AJ
22 IoCallback.cc \
23 IoCallback.h \
d841c88d
AJ
24 Loops.h \
25 ModDevPoll.cc \
26 ModEpoll.cc \
27 ModKqueue.cc \
28 ModPoll.cc \
29 ModSelect.cc \
30 ModSelectWin32.cc \
7e66d5e2
AJ
31 Read.cc \
32 Read.h \
cbff89ba
AJ
33 TcpAcceptor.cc \
34 TcpAcceptor.h \
09cee743 35 UdpOpenDialer.h \
ec41b64c
AJ
36 Write.cc \
37 Write.h \
aa5639dc 38 comm_internal.h \
39 forward.h