]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ipc/Makefile.am
Remove obsolete XXX: IpcIoMsg objects are no longer sent over UDS.
[thirdparty/squid.git] / src / ipc / Makefile.am
CommitLineData
40daaeb8
AR
1include $(top_srcdir)/src/Common.am
2include $(top_srcdir)/src/TestHeaders.am
3
4noinst_LTLIBRARIES = libipc.la
5
6libipc_la_SOURCES = \
f5eef98c 7 AtomicWord.h \
0d0bce6a
AR
8 FdNotes.cc \
9 FdNotes.h \
40daaeb8
AR
10 Kid.cc \
11 Kid.h \
12 Kids.cc \
10cefb7b 13 Kids.h \
1bac0258 14 Messages.h \
b2aa0934 15 Queue.cc \
9a51593d 16 Queue.h \
44c95fcf
AR
17 ReadWriteLock.cc \
18 ReadWriteLock.h \
0d0bce6a
AR
19 StartListening.cc \
20 StartListening.h \
44c95fcf
AR
21 StoreMap.cc \
22 StoreMap.h \
8822ebee
AR
23 StrandCoord.cc \
24 StrandCoord.h \
25 StrandCoords.h \
254912f3
AR
26 StrandSearch.cc \
27 StrandSearch.h \
0d0bce6a
AR
28 SharedListen.cc \
29 SharedListen.h \
1bac0258
AR
30 TypedMsgHdr.cc \
31 TypedMsgHdr.h \
10cefb7b 32 Coordinator.cc \
33 Coordinator.h \
34 UdsOp.cc \
35 UdsOp.h \
36 Port.cc \
37 Port.h \
38 Strand.cc \
8822ebee 39 Strand.h \
be17aa82 40 forward.h \
51ea0904
CT
41 Forwarder.cc \
42 Forwarder.h \
43 Inquirer.cc \
44 Inquirer.h \
45 Request.h \
1a98557c 46 Response.h \
be17aa82 47 \
3e0ddf16
AR
48 mem/Page.cc \
49 mem/Page.h \
50 mem/PagePool.cc \
51 mem/PagePool.h \
52 mem/Pages.cc \
53 mem/Pages.h \
be17aa82 54 mem/PageStack.cc \
d8a82533
AR
55 mem/PageStack.h \
56 mem/Segment.cc \
57 mem/Segment.h
10cefb7b 58
59DEFS += -DDEFAULT_PREFIX=\"$(prefix)\"