]> git.ipfire.org Git - thirdparty/squid.git/blob - src/comm/Makefile.am
Merge from trunk
[thirdparty/squid.git] / src / comm / Makefile.am
1 include $(top_srcdir)/src/Common.am
2 include $(top_srcdir)/src/TestHeaders.am
3
4 noinst_LTLIBRARIES = libcomm.la
5
6 ## First group are listener comm socket handlers
7 ## Second group are outbound connection setup handlers
8 ## Third group are misc shared comm objects
9 libcomm_la_SOURCES= \
10 AcceptLimiter.cc \
11 AcceptLimiter.h \
12 ListenStateData.cc \
13 ListenStateData.h \
14 \
15 ConnectStateData.cc \
16 ConnectStateData.h \
17 \
18 Connection.cc \
19 Connection.h \
20 comm_err_t.h \
21 comm_internal.h