]> git.ipfire.org Git - thirdparty/squid.git/blame - src/mem/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / mem / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 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 \
16 forward.h \
9663db1c 17 Meter.h \
c3b51d64 18 old_api.cc \
ed6e9fb9
AJ
19 Pool.cc \
20 Pool.h \
21 PoolChunked.cc \
22 PoolChunked.h \
c3b51d64 23 PoolingAllocator.h \
ed6e9fb9
AJ
24 PoolMalloc.cc \
25 PoolMalloc.h