1## Copyright (C) 1996-2021 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
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11noinst_LTLIBRARIES = libmgr.la
12
13libmgr_la_SOURCES = \
14	Action.cc \
15	ActionCreator.h \
16	Action.h \
17	ActionParams.cc \
18	ActionParams.h \
19	ActionPasswordList.h \
20	ActionPasswordList.cc \
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	forward.h \
35	FunAction.cc \
36	FunAction.h \
37	InfoAction.cc \
38	InfoAction.h \
39	Inquirer.cc \
40	Inquirer.h \
41	IntervalAction.cc \
42	IntervalAction.h \
43	IoAction.cc \
44	IoAction.h \
45	Registration.cc \
46	Registration.h \
47	Request.cc \
48	Request.h \
49	Response.cc \
50	Response.h \
51	ServiceTimesAction.cc \
52	ServiceTimesAction.h \
53	StoreIoAction.cc \
54	StoreIoAction.h \
55	StoreToCommWriter.cc \
56	StoreToCommWriter.h \
57	QueryParam.h \
58	QueryParams.cc \
59	QueryParams.h \
60	IntParam.cc \
61	IntParam.h \
62	StringParam.cc \
63	StringParam.h
64