]> git.ipfire.org Git - thirdparty/squid.git/blame - src/comm/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / comm / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 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
cfd66529 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 \
b0388924 22 forward.h \
ec41b64c
AJ
23 IoCallback.cc \
24 IoCallback.h \
d841c88d
AJ
25 Loops.h \
26 ModDevPoll.cc \
27 ModEpoll.cc \
28 ModKqueue.cc \
29 ModPoll.cc \
30 ModSelect.cc \
31 ModSelectWin32.cc \
7e66d5e2
AJ
32 Read.cc \
33 Read.h \
cbff89ba
AJ
34 TcpAcceptor.cc \
35 TcpAcceptor.h \
09cee743 36 UdpOpenDialer.h \
ec41b64c
AJ
37 Write.cc \
38 Write.h \
39 \
04f55905 40 comm_internal.h