]> git.ipfire.org Git - thirdparty/squid.git/blob - src/comm/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / comm / 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 include $(top_srcdir)/src/TestHeaders.am
10
11 noinst_LTLIBRARIES = libcomm.la
12
13 ## Library holding comm socket handlers
14 libcomm_la_SOURCES = \
15 AcceptLimiter.cc \
16 AcceptLimiter.h \
17 ConnOpener.cc \
18 ConnOpener.h \
19 Connection.cc \
20 Connection.h \
21 Flag.h \
22 IoCallback.cc \
23 IoCallback.h \
24 Loops.h \
25 ModDevPoll.cc \
26 ModEpoll.cc \
27 ModKqueue.cc \
28 ModPoll.cc \
29 ModSelect.cc \
30 ModSelectWin32.cc \
31 Read.cc \
32 Read.h \
33 TcpAcceptor.cc \
34 TcpAcceptor.h \
35 UdpOpenDialer.h \
36 Write.cc \
37 Write.h \
38 comm_internal.h \
39 forward.h