]> git.ipfire.org Git - thirdparty/squid.git/blob - src/base/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / base / Makefile.am
1 ## Copyright (C) 1996-2017 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 = libbase.la
12
13 libbase_la_SOURCES = \
14 AsyncCall.cc \
15 AsyncCall.h \
16 AsyncCbdataCalls.h \
17 AsyncJob.h \
18 AsyncJob.cc \
19 AsyncJobCalls.h \
20 AsyncCallQueue.cc \
21 AsyncCallQueue.h \
22 ByteCounter.h \
23 CbcPointer.h \
24 CbDataList.h \
25 CharacterSet.h \
26 CharacterSet.cc \
27 EnumIterator.h \
28 HardFun.h \
29 InstanceId.h \
30 Lock.h \
31 LookupTable.h \
32 LruMap.h \
33 Packable.h \
34 PackableStream.h \
35 RegexPattern.cc \
36 RegexPattern.h \
37 RunnersRegistry.cc \
38 RunnersRegistry.h \
39 Subscription.h \
40 TextException.cc \
41 TextException.h \
42 YesNoNone.h