]> git.ipfire.org Git - thirdparty/squid.git/blob - src/comm/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / comm / Makefile.am
1 ## Copyright (C) 1996-2018 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 forward.h \
23 IoCallback.cc \
24 IoCallback.h \
25 Loops.h \
26 ModDevPoll.cc \
27 ModEpoll.cc \
28 ModKqueue.cc \
29 ModPoll.cc \
30 ModSelect.cc \
31 ModSelectWin32.cc \
32 Read.cc \
33 Read.h \
34 TcpAcceptor.cc \
35 TcpAcceptor.h \
36 UdpOpenDialer.h \
37 Write.cc \
38 Write.h \
39 \
40 comm_internal.h