]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ipc/Makefile.am
Merge 3p2-rock.
[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 \
0d0bce6a
AR
15 StartListening.cc \
16 StartListening.h \
8822ebee
AR
17 StrandCoord.cc \
18 StrandCoord.h \
19 StrandCoords.h \
254912f3
AR
20 StrandSearch.cc \
21 StrandSearch.h \
0d0bce6a
AR
22 SharedListen.cc \
23 SharedListen.h \
f5eef98c
DK
24 SharedMemory.cc \
25 SharedMemory.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 \
37 forward.h
10cefb7b 38
39DEFS += -DDEFAULT_PREFIX=\"$(prefix)\"