]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ipc/Makefile.am
IpcIoFile atomic queue v2.
[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 \
9a51593d 15 Queue.h \
0d0bce6a
AR
16 StartListening.cc \
17 StartListening.h \
8822ebee
AR
18 StrandCoord.cc \
19 StrandCoord.h \
20 StrandCoords.h \
254912f3
AR
21 StrandSearch.cc \
22 StrandSearch.h \
0d0bce6a
AR
23 SharedListen.cc \
24 SharedListen.h \
f5eef98c
DK
25 SharedMemory.cc \
26 SharedMemory.h \
1bac0258
AR
27 TypedMsgHdr.cc \
28 TypedMsgHdr.h \
10cefb7b 29 Coordinator.cc \
30 Coordinator.h \
31 UdsOp.cc \
32 UdsOp.h \
33 Port.cc \
34 Port.h \
35 Strand.cc \
8822ebee
AR
36 Strand.h \
37 \
38 forward.h
10cefb7b 39
40DEFS += -DDEFAULT_PREFIX=\"$(prefix)\"