]> git.ipfire.org Git - thirdparty/squid.git/blame - src/base/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / base / Makefile.am
CommitLineData
ef57eb7b 1## Copyright (C) 1996-2016 The Squid Software Foundation and contributors
bbc27441
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
97bd4671 8include $(top_srcdir)/src/Common.am
fe57027d 9include $(top_srcdir)/src/TestHeaders.am
5bd7a218
AR
10
11noinst_LTLIBRARIES = libbase.la
12
13libbase_la_SOURCES = \
882255af
AR
14 AsyncCall.cc \
15 AsyncCall.h \
37dedc58 16 AsyncCbdataCalls.h \
5bd7a218 17 AsyncJob.h \
882255af
AR
18 AsyncJob.cc \
19 AsyncJobCalls.h \
20 AsyncCallQueue.cc \
3d93a84d 21 AsyncCallQueue.h \
a0864754 22 ByteCounter.h \
b0c2361b
AJ
23 CbcPointer.h \
24 CbDataList.h \
3c1106a0 25 CharacterSet.h \
c8046ec7 26 CharacterSet.cc \
2fefc43c 27 EnumIterator.h \
8b110b48 28 InstanceId.h \
8bf217bd 29 Lock.h \
a0655385 30 LookupTable.h \
14798e73 31 LruMap.h \
d570dc53 32 Packable.h \
7e10ac87 33 PackableStream.h \
8fcefb30
AJ
34 RegexPattern.cc \
35 RegexPattern.h \
61f3a07b
AR
36 RunnersRegistry.cc \
37 RunnersRegistry.h \
3cb19943 38 Subscription.h \
3d93a84d 39 TextException.cc \
b0c2361b
AJ
40 TextException.h \
41 TidyPointer.h