]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ipc/Makefile.am
Added reserve() method to allow nested classes or similar related users of
[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 \
0d0bce6a
AR
17 StartListening.cc \
18 StartListening.h \
8822ebee
AR
19 StrandCoord.cc \
20 StrandCoord.h \
21 StrandCoords.h \
254912f3
AR
22 StrandSearch.cc \
23 StrandSearch.h \
0d0bce6a
AR
24 SharedListen.cc \
25 SharedListen.h \
1bac0258
AR
26 TypedMsgHdr.cc \
27 TypedMsgHdr.h \
10cefb7b 28 Coordinator.cc \
29 Coordinator.h \
30 UdsOp.cc \
31 UdsOp.h \
32 Port.cc \
33 Port.h \
34 Strand.cc \
8822ebee
AR
35 Strand.h \
36 \
be17aa82
AR
37 forward.h \
38 \
3e0ddf16
AR
39 mem/Page.cc \
40 mem/Page.h \
41 mem/PagePool.cc \
42 mem/PagePool.h \
43 mem/Pages.cc \
44 mem/Pages.h \
be17aa82 45 mem/PageStack.cc \
d8a82533
AR
46 mem/PageStack.h \
47 mem/Segment.cc \
48 mem/Segment.h
10cefb7b 49
50DEFS += -DDEFAULT_PREFIX=\"$(prefix)\"