]> git.ipfire.org Git - thirdparty/squid.git/blame - src/snmp/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / snmp / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
bbc27441
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
7c7f5db6
CT
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
7c7f5db6
CT
11noinst_LTLIBRARIES = libsnmp.la
12
13libsnmp_la_SOURCES = \
14 Forwarder.cc \
15 Forwarder.h \
16 forward.h \
17 Inquirer.cc \
18 Inquirer.h \
19 Pdu.cc \
20 Pdu.h \
21 Request.cc \
22 Request.h \
23 Response.cc \
24 Response.h \
25 Session.cc \
26 Session.h \
27 Var.cc \
28 Var.h