]> git.ipfire.org Git - thirdparty/squid.git/blame - src/mem/Makefile.am
Kid restart leads to persistent queue overflows, delays/timeouts (#706)
[thirdparty/squid.git] / src / mem / Makefile.am
CommitLineData
bf95c10a 1## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
ed6e9fb9
AJ
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 = libmem.la
12
13libmem_la_SOURCES = \
14 AllocatorProxy.cc \
15 AllocatorProxy.h \
9663db1c 16 Meter.h \
ed6e9fb9
AJ
17 Pool.cc \
18 Pool.h \
19 PoolChunked.cc \
20 PoolChunked.h \
21 PoolMalloc.cc \
aa5639dc 22 PoolMalloc.h \
23 PoolingAllocator.h \
2d6a38a5 24 Sensitive.h \
aa5639dc 25 forward.h \
26 old_api.cc