]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ipc/Makefile.am
Acess Control API cleanup
[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 13 Messages.h \
0d0bce6a
AR
14 StartListening.cc \
15 StartListening.h \
8822ebee
AR
16 StrandCoord.cc \
17 StrandCoord.h \
18 StrandCoords.h \
0d0bce6a
AR
19 SharedListen.cc \
20 SharedListen.h \
1bac0258
AR
21 TypedMsgHdr.cc \
22 TypedMsgHdr.h \
10cefb7b 23 Coordinator.cc \
24 Coordinator.h \
25 UdsOp.cc \
26 UdsOp.h \
27 Port.cc \
28 Port.h \
29 Strand.cc \
8822ebee 30 Strand.h \
51ea0904
CT
31 forward.h \
32 Forwarder.cc \
33 Forwarder.h \
34 Inquirer.cc \
35 Inquirer.h \
36 Request.h \
51ea0904 37 Response.h
10cefb7b 38
39DEFS += -DDEFAULT_PREFIX=\"$(prefix)\"