]> git.ipfire.org Git - thirdparty/squid.git/blob - src/ipc/Makefile.am
Switched from sendto/recvfrom to sendmsg/recvmsg for UDS I/O. Replaced
[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 Kid.cc \
8 Kid.h \
9 Kids.cc \
10 Kids.h \
11 Messages.cc \
12 Messages.h \
13 TypedMsgHdr.cc \
14 TypedMsgHdr.h \
15 Coordinator.cc \
16 Coordinator.h \
17 UdsOp.cc \
18 UdsOp.h \
19 Port.cc \
20 Port.h \
21 Strand.cc \
22 Strand.h
23
24 DEFS += -DDEFAULT_PREFIX=\"$(prefix)\"