]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/Makefile.am
Merge from trunk. and Save Comm::Connection in IoCallback
[thirdparty/squid.git] / src / comm / Makefile.am
index 6a2c3f38716c589fb58fc125cf15cc792e03fd2c..1a3a7e35713e8d0ed955e9e2d343ec77c9e98d72 100644 (file)
@@ -7,9 +7,15 @@ noinst_LTLIBRARIES = libcomm.la
 libcomm_la_SOURCES= \
        AcceptLimiter.cc \
        AcceptLimiter.h \
-       ListenStateData.cc \
-       ListenStateData.h \
+       ConnAcceptor.cc \
+       ConnAcceptor.h \
        \
+       ConnOpener.cc \
+       ConnOpener.h \
+       \
+       Connection.cc \
+       Connection.h \
+       forward.h \
        IoCallback.cc \
        IoCallback.h \
        Write.cc \