]> git.ipfire.org Git - thirdparty/squid.git/blame - src/sbuf/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / sbuf / Makefile.am
CommitLineData
f70aedc4 1## Copyright (C) 1996-2021 The Squid Software Foundation and contributors
65e41a45
FC
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
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11noinst_LTLIBRARIES = libsbuf.la
12
13libsbuf_la_SOURCES = \
5218815a
FC
14 Algorithms.cc \
15 Algorithms.h \
dfe4488f
FC
16 DetailedStats.cc \
17 DetailedStats.h \
58d8264f
FC
18 List.cc \
19 List.h \
cf00d5a1
FC
20 MemBlob.cc \
21 MemBlob.h \
cf00d5a1
FC
22 SBuf.cc \
23 SBuf.h \
b268925c 24 Stats.cc \
cf00d5a1 25 Stats.h \
aa5639dc 26 Stream.h \
27 forward.h