]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ipc/Makefile.am
Detail certificate validation errors during TLS handshake (#770)
[thirdparty/squid.git] / src / ipc / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 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
40daaeb8
AR
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11noinst_LTLIBRARIES = libipc.la
12
13libipc_la_SOURCES = \
aa5639dc 14 Coordinator.cc \
15 Coordinator.h \
0d0bce6a
AR
16 FdNotes.cc \
17 FdNotes.h \
aa5639dc 18 Forwarder.cc \
19 Forwarder.h \
20 Inquirer.cc \
21 Inquirer.h \
40daaeb8
AR
22 Kid.cc \
23 Kid.h \
24 Kids.cc \
10cefb7b 25 Kids.h \
f28b12e7
CT
26 MemMap.cc \
27 MemMap.h \
aa5639dc 28 Messages.h \
29 Port.cc \
30 Port.h \
b2aa0934 31 Queue.cc \
9a51593d 32 Queue.h \
44c95fcf
AR
33 ReadWriteLock.cc \
34 ReadWriteLock.h \
aa5639dc 35 Request.h \
36 Response.h \
37 SharedListen.cc \
38 SharedListen.h \
0d0bce6a
AR
39 StartListening.cc \
40 StartListening.h \
44c95fcf
AR
41 StoreMap.cc \
42 StoreMap.h \
aa5639dc 43 Strand.cc \
44 Strand.h \
8822ebee
AR
45 StrandCoord.cc \
46 StrandCoord.h \
47 StrandCoords.h \
254912f3
AR
48 StrandSearch.cc \
49 StrandSearch.h \
1bac0258
AR
50 TypedMsgHdr.cc \
51 TypedMsgHdr.h \
10cefb7b 52 UdsOp.cc \
53 UdsOp.h \
be17aa82 54 forward.h \
3a8c5551 55 mem/FlexibleArray.h \
3e0ddf16
AR
56 mem/Page.cc \
57 mem/Page.h \
58 mem/PagePool.cc \
59 mem/PagePool.h \
be17aa82 60 mem/PageStack.cc \
d8a82533 61 mem/PageStack.h \
aa5639dc 62 mem/Pages.cc \
63 mem/Pages.h \
68353d5a 64 mem/Pointer.h \
d8a82533 65 mem/Segment.cc \
1fe7f70f
EB
66 mem/Segment.h \
67 mem/forward.h
10cefb7b 68
6df70a31
AJ
69DEFS += -DDEFAULT_STATEDIR=\"$(localstatedir)/run/squid\"
70
71install-data-local:
e089fda3 72 $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/squid;
a5860854
AR
73
74libipc_la_LIBADD = $(ATOMICLIB)
75