]> git.ipfire.org Git - thirdparty/squid.git/blame - src/mem/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / mem / Makefile.am
CommitLineData
5b74111a 1## Copyright (C) 1996-2018 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 \
17 old_api.cc \
9663db1c 18 Meter.h \
ed6e9fb9
AJ
19 Pool.cc \
20 Pool.h \
21 PoolChunked.cc \
22 PoolChunked.h \
23 PoolMalloc.cc \
24 PoolMalloc.h