]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/fs/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / fs / Makefile.am
index 7c649ce774471d33dde2cd51822bae54c6633378..b74f82cbf7b4b89e46d83bda7cc5b0e2b74bc20e 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2015 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.
@@ -7,8 +7,6 @@
 
 include $(top_srcdir)/src/Common.am
 
-AUTOMAKE_OPTIONS = subdir-objects
-
 EXTRA_LTLIBRARIES = libaufs.la libdiskd.la libufs.la librock.la
 noinst_LTLIBRARIES =  $(STORE_LIBS_TO_BUILD) libfs.la
 
@@ -37,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 \