]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/fs/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / fs / Makefile.am
index 208ef8259f7978313e90d35fe0fa9bf721764a0d..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 \
@@ -47,7 +56,7 @@ libfs_la_LIBADD =  $(STORE_LIBS_TO_BUILD)
 libfs_la_DEPENDENCIES = $(STORE_LIBS_TO_BUILD)
 
 ## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
 
 
 ## targets below to emulate distributed makefiles