]> git.ipfire.org Git - thirdparty/squid.git/blob - src/ipc/Makefile.am
Support a "shared listen" concept when multiple concurrent processes listen
[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 FdNotes.cc \
8 FdNotes.h \
9 Kid.cc \
10 Kid.h \
11 Kids.cc \
12 Kids.h \
13 Messages.cc \
14 Messages.h \
15 StartListening.cc \
16 StartListening.h \
17 SharedListen.cc \
18 SharedListen.h \
19 TypedMsgHdr.cc \
20 TypedMsgHdr.h \
21 Coordinator.cc \
22 Coordinator.h \
23 UdsOp.cc \
24 UdsOp.h \
25 Port.cc \
26 Port.h \
27 Strand.cc \
28 Strand.h
29
30 DEFS += -DDEFAULT_PREFIX=\"$(prefix)\"