]> git.ipfire.org Git - thirdparty/squid.git/blob - src/mem/Makefile.am
0e199dc52be3613d106373c935420735f4f43fdb
[thirdparty/squid.git] / src / mem / Makefile.am
1 ## Copyright (C) 1996-2019 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 noinst_LTLIBRARIES = libmem.la
12
13 libmem_la_SOURCES = \
14 AllocatorProxy.cc \
15 AllocatorProxy.h \
16 forward.h \
17 Meter.h \
18 old_api.cc \
19 Pool.cc \
20 Pool.h \
21 PoolChunked.cc \
22 PoolChunked.h \
23 PoolingAllocator.h \
24 PoolMalloc.cc \
25 PoolMalloc.h