]> git.ipfire.org Git - thirdparty/squid.git/blame - src/sbuf/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / sbuf / Makefile.am
CommitLineData
5b74111a 1## Copyright (C) 1996-2018 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 \
a1dabb1b
FC
18 Exceptions.cc \
19 Exceptions.h \
cf00d5a1 20 forward.h \
58d8264f
FC
21 List.cc \
22 List.h \
cf00d5a1
FC
23 MemBlob.cc \
24 MemBlob.h \
25 OutOfBoundsException.h \
26 SBuf.cc \
27 SBuf.h \
b268925c 28 Stats.cc \
cf00d5a1
FC
29 Stats.h \
30 Stream.h