]> git.ipfire.org Git - thirdparty/squid.git/blob - src/mgr/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / mgr / Makefile.am
1 ## Copyright (C) 1996-2020 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 = libmgr.la
12
13 libmgr_la_SOURCES = \
14 Action.cc \
15 Action.h \
16 ActionCreator.h \
17 ActionParams.cc \
18 ActionParams.h \
19 ActionPasswordList.cc \
20 ActionPasswordList.h \
21 ActionProfile.h \
22 ActionWriter.cc \
23 ActionWriter.h \
24 BasicActions.cc \
25 BasicActions.h \
26 Command.cc \
27 Command.h \
28 CountersAction.cc \
29 CountersAction.h \
30 Filler.cc \
31 Filler.h \
32 Forwarder.cc \
33 Forwarder.h \
34 FunAction.cc \
35 FunAction.h \
36 InfoAction.cc \
37 InfoAction.h \
38 Inquirer.cc \
39 Inquirer.h \
40 IntParam.cc \
41 IntParam.h \
42 IntervalAction.cc \
43 IntervalAction.h \
44 IoAction.cc \
45 IoAction.h \
46 QueryParam.h \
47 QueryParams.cc \
48 QueryParams.h \
49 Registration.cc \
50 Registration.h \
51 Request.cc \
52 Request.h \
53 Response.cc \
54 Response.h \
55 ServiceTimesAction.cc \
56 ServiceTimesAction.h \
57 StoreIoAction.cc \
58 StoreIoAction.h \
59 StoreToCommWriter.cc \
60 StoreToCommWriter.h \
61 StringParam.cc \
62 StringParam.h \
63 forward.h