## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
##
## Squid software is distributed under GPLv2+ license and includes
## contributions from numerous individuals and organizations.
## Please see the COPYING and CONTRIBUTORS files for details.
##

include $(top_srcdir)/src/Common.am

noinst_LTLIBRARIES = libmgr.la

libmgr_la_SOURCES = \
	Action.cc \
	Action.h \
	ActionCreator.h \
	ActionFeatures.h \
	ActionParams.cc \
	ActionParams.h \
	ActionPasswordList.cc \
	ActionPasswordList.h \
	ActionProfile.h \
	ActionWriter.cc \
	ActionWriter.h \
	BasicActions.cc \
	BasicActions.h \
	Command.cc \
	Command.h \
	CountersAction.cc \
	CountersAction.h \
	Filler.cc \
	Filler.h \
	Forwarder.cc \
	Forwarder.h \
	FunAction.cc \
	FunAction.h \
	InfoAction.cc \
	InfoAction.h \
	Inquirer.cc \
	Inquirer.h \
	IntParam.cc \
	IntParam.h \
	IntervalAction.cc \
	IntervalAction.h \
	IoAction.cc \
	IoAction.h \
	QueryParam.h \
	QueryParams.cc \
	QueryParams.h \
	Registration.cc \
	Registration.h \
	Request.cc \
	Request.h \
	Response.cc \
	Response.h \
	ServiceTimesAction.cc \
	ServiceTimesAction.h \
	StoreIoAction.cc \
	StoreIoAction.h \
	StoreToCommWriter.cc \
	StoreToCommWriter.h \
	StringParam.cc \
	StringParam.h \
	forward.h
