]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / comm / Makefile.am
index 6bbd4220db5317694bcb61f41c32c99574627133..47dcd352bd83acdec0e2d584e98151832040f4bf 100644 (file)
@@ -11,7 +11,7 @@ include $(top_srcdir)/src/TestHeaders.am
 noinst_LTLIBRARIES = libcomm.la
 
 ## Library holding comm socket handlers
-libcomm_la_SOURCES= \
+libcomm_la_SOURCES = \
        AcceptLimiter.cc \
        AcceptLimiter.h \
        ConnOpener.cc \
@@ -19,7 +19,6 @@ libcomm_la_SOURCES= \
        Connection.cc \
        Connection.h \
        Flag.h \
-       forward.h \
        IoCallback.cc \
        IoCallback.h \
        Loops.h \
@@ -36,5 +35,5 @@ libcomm_la_SOURCES= \
        UdpOpenDialer.h \
        Write.cc \
        Write.h \
-       \
-       comm_internal.h
+       comm_internal.h \
+       forward.h