]> 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-listener.la
5
6 ## Library holding listener comm socket handlers
7 libcomm_listener_la_SOURCES= \
8 AcceptLimiter.cc \
9 AcceptLimiter.h \
10 ListenStateData.cc \
11 ListenStateData.h \
12 \
13 comm_internal.h