]> git.ipfire.org Git - thirdparty/squid.git/blame - src/snmp/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / snmp / Makefile.am
CommitLineData
bde978a6 1## Copyright (C) 1996-2015 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
11
12noinst_LTLIBRARIES = libsnmp.la
13
14libsnmp_la_SOURCES = \
15 Forwarder.cc \
16 Forwarder.h \
17 forward.h \
18 Inquirer.cc \
19 Inquirer.h \
20 Pdu.cc \
21 Pdu.h \
22 Request.cc \
23 Request.h \
24 Response.cc \
25 Response.h \
26 Session.cc \
27 Session.h \
28 Var.cc \
29 Var.h