]> git.ipfire.org Git - thirdparty/squid.git/blame - src/base/Makefile.am
Bug 4915: Detect IPv6 loopback binding errors (#355)
[thirdparty/squid.git] / src / base / Makefile.am
CommitLineData
5b74111a 1## Copyright (C) 1996-2018 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 \
ebaabe74
AR
16 AsyncCallQueue.cc \
17 AsyncCallQueue.h \
37dedc58 18 AsyncCbdataCalls.h \
882255af 19 AsyncJob.cc \
ebaabe74 20 AsyncJob.h \
882255af 21 AsyncJobCalls.h \
a0864754 22 ByteCounter.h \
b0c2361b
AJ
23 CbcPointer.h \
24 CbDataList.h \
c8046ec7 25 CharacterSet.cc \
ebaabe74 26 CharacterSet.h \
2fefc43c 27 EnumIterator.h \
e99fa721 28 File.cc \
ebaabe74 29 File.h \
9726727b 30 HardFun.h \
ebaabe74
AR
31 Here.cc \
32 Here.h \
8b110b48 33 InstanceId.h \
8bf217bd 34 Lock.h \
a0655385 35 LookupTable.h \
14798e73 36 LruMap.h \
d570dc53 37 Packable.h \
7e10ac87 38 PackableStream.h \
21dfc374 39 Range.h \
8fcefb30
AJ
40 RegexPattern.cc \
41 RegexPattern.h \
61f3a07b
AR
42 RunnersRegistry.cc \
43 RunnersRegistry.h \
3cb19943 44 Subscription.h \
3d93a84d 45 TextException.cc \
b0c2361b 46 TextException.h \
c50b35b5 47 YesNoNone.h