]> git.ipfire.org Git - thirdparty/squid.git/blob - src/ipc/Makefile.am
Merged from parent (trunk r11387, v3.2.0.7+).
[thirdparty/squid.git] / src / ipc / Makefile.am
1 include $(top_srcdir)/src/Common.am
2 include $(top_srcdir)/src/TestHeaders.am
3
4 noinst_LTLIBRARIES = libipc.la
5
6 libipc_la_SOURCES = \
7 AtomicWord.h \
8 FdNotes.cc \
9 FdNotes.h \
10 Kid.cc \
11 Kid.h \
12 Kids.cc \
13 Kids.h \
14 Messages.h \
15 Queue.cc \
16 Queue.h \
17 ReadWriteLock.cc \
18 ReadWriteLock.h \
19 StartListening.cc \
20 StartListening.h \
21 StoreMap.cc \
22 StoreMap.h \
23 StrandCoord.cc \
24 StrandCoord.h \
25 StrandCoords.h \
26 StrandSearch.cc \
27 StrandSearch.h \
28 SharedListen.cc \
29 SharedListen.h \
30 TypedMsgHdr.cc \
31 TypedMsgHdr.h \
32 Coordinator.cc \
33 Coordinator.h \
34 UdsOp.cc \
35 UdsOp.h \
36 Port.cc \
37 Port.h \
38 Strand.cc \
39 Strand.h \
40 forward.h \
41 Forwarder.cc \
42 Forwarder.h \
43 Inquirer.cc \
44 Inquirer.h \
45 Request.h \
46 Response.h \
47 \
48 mem/Page.cc \
49 mem/Page.h \
50 mem/PagePool.cc \
51 mem/PagePool.h \
52 mem/Pages.cc \
53 mem/Pages.h \
54 mem/PageStack.cc \
55 mem/PageStack.h \
56 mem/Segment.cc \
57 mem/Segment.h
58
59 DEFS += -DDEFAULT_PREFIX=\"$(prefix)\"