]> git.ipfire.org Git - thirdparty/squid.git/blob - src/ipc/Makefile.am
Bug 3267: workers IPC mount points disobey --localstatedir
[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.h \
14 StartListening.cc \
15 StartListening.h \
16 StrandCoord.cc \
17 StrandCoord.h \
18 StrandCoords.h \
19 SharedListen.cc \
20 SharedListen.h \
21 TypedMsgHdr.cc \
22 TypedMsgHdr.h \
23 Coordinator.cc \
24 Coordinator.h \
25 UdsOp.cc \
26 UdsOp.h \
27 Port.cc \
28 Port.h \
29 Strand.cc \
30 Strand.h \
31 forward.h \
32 Forwarder.cc \
33 Forwarder.h \
34 Inquirer.cc \
35 Inquirer.h \
36 Request.h \
37 Response.h
38
39 DEFS += -DDEFAULT_STATEDIR=\"$(localstatedir)/run/squid\"
40
41 install-data-local:
42 $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/squid;