]> git.ipfire.org Git - thirdparty/squid.git/blob - src/DiskIO/DiskDaemon/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / DiskIO / DiskDaemon / Makefile.am
1 ## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
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
8 include $(top_srcdir)/src/Common.am
9 include $(top_srcdir)/src/TestHeaders.am
10
11 noinst_LTLIBRARIES = libDiskDaemon.la
12 libexec_PROGRAMS = diskd
13
14 libDiskDaemon_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
25 diskd_SOURCES = diskd.cc
26 nodist_diskd_SOURCES = time.cc
27 diskd_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
34 time.cc: $(top_srcdir)/src/time.cc
35 cp $(top_srcdir)/src/time.cc time.cc
36
37 CLEANFILES += time.cc