]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ipc/Makefile.am
Portability fix: u_int*_t types are deprecated, replaced with uint*_t
[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 = \
0d0bce6a
AR
7 FdNotes.cc \
8 FdNotes.h \
40daaeb8
AR
9 Kid.cc \
10 Kid.h \
11 Kids.cc \
10cefb7b 12 Kids.h \
1bac0258
AR
13 Messages.cc \
14 Messages.h \
0d0bce6a
AR
15 StartListening.cc \
16 StartListening.h \
17 SharedListen.cc \
18 SharedListen.h \
1bac0258
AR
19 TypedMsgHdr.cc \
20 TypedMsgHdr.h \
10cefb7b 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
30DEFS += -DDEFAULT_PREFIX=\"$(prefix)\"