]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/fs/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / fs / Makefile.am
index 09be65e111c3a838dfa802ddb34d6c81c2a789ed..b74f82cbf7b4b89e46d83bda7cc5b0e2b74bc20e 100644 (file)
@@ -1,3 +1,10 @@
+## 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.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 include $(top_srcdir)/src/Common.am
 
 EXTRA_LTLIBRARIES = libaufs.la libdiskd.la libufs.la librock.la
@@ -28,9 +35,11 @@ libufs_la_SOURCES = \
        ufs/RebuildState.cc
 
 librock_la_SOURCES = \
+       rock/forward.h \
        rock/RockDbCell.cc \
        rock/RockDbCell.h \
-       rock/RockForward.h \
+       rock/RockHeaderUpdater.cc \
+       rock/RockHeaderUpdater.h \
        rock/RockIoState.cc \
        rock/RockIoState.h \
        rock/RockIoRequests.cc \