]> git.ipfire.org Git - thirdparty/squid.git/blame - src/DiskIO/DiskDaemon/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / DiskIO / DiskDaemon / Makefile.am
CommitLineData
ef57eb7b 1## Copyright (C) 1996-2016 The Squid Software Foundation and contributors
d9691f09
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11noinst_LTLIBRARIES = libDiskDaemon.la
12libexec_PROGRAMS = diskd
13
14libDiskDaemon_la_SOURCES = \
15 diomsg.h \
16 DiskdAction.cc \
17 DiskdAction.h \
18 DiskdFile.cc \
19 DiskdFile.h \
20 DiskdIOStrategy.cc \
21 DiskdIOStrategy.h \
22 DiskDaemonDiskIOModule.cc \
23 DiskDaemonDiskIOModule.h
24
25diskd_SOURCES = diskd.cc
26nodist_diskd_SOURCES = time.cc
27diskd_LDADD = \
28 $(top_builddir)/lib/libmisccontainers.la \
29 $(top_builddir)/lib/libmiscencoding.la \
30 $(top_builddir)/lib/libmiscutil.la \
31 $(COMPAT_LIB) \
32 $(XTRA_LIBS)
33
34time.cc: $(top_srcdir)/src/time.cc
35 cp $(top_srcdir)/src/time.cc time.cc
1e93e378
AJ
36
37CLEANFILES += time.cc