]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / ipc / Makefile.am
index 92ea21bed563e741732fb82d9b76b2e9f062f3fd..2c0f9a36a897da10f646b8297f9de25fa971cc10 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -11,8 +11,6 @@ include $(top_srcdir)/src/TestHeaders.am
 noinst_LTLIBRARIES = libipc.la
 
 libipc_la_SOURCES = \
-       AtomicWord.cc \
-       AtomicWord.h \
        FdNotes.cc \
        FdNotes.h \
        Kid.cc \
@@ -66,7 +64,8 @@ libipc_la_SOURCES = \
        mem/PageStack.h \
        mem/Pointer.h \
        mem/Segment.cc \
-       mem/Segment.h
+       mem/Segment.h \
+       mem/forward.h
 
 DEFS += -DDEFAULT_STATEDIR=\"$(localstatedir)/run/squid\"