]> git.ipfire.org Git - thirdparty/squid.git/blob - src/store/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / store / Makefile.am
1 ## Copyright (C) 1996-2021 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 include $(top_srcdir)/src/Common.am
9 include $(top_srcdir)/src/TestHeaders.am
10
11 SUBDIRS= id_rewriters
12
13 noinst_LTLIBRARIES = libstore.la
14
15 libstore_la_SOURCES = \
16 Controlled.h \
17 Controller.cc \
18 Controller.h \
19 Disk.cc \
20 Disk.h \
21 Disks.cc \
22 Disks.h \
23 LocalSearch.cc \
24 LocalSearch.h \
25 Storage.h \
26 forward.h