]> git.ipfire.org Git - thirdparty/squid.git/blame - lib/snmplib/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / lib / snmplib / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
c04fda28
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
a2794549 8## Process this file with automake to produce Makefile.in
9##
10## Makefile for libsnmp.
11##
3ae8895c
A
12AM_CFLAGS = $(SQUID_CFLAGS)
13AM_CXXFLAGS = $(SQUID_CXXFLAGS)
01a1acbc
AJ
14AM_CPPFLAGS = \
15 -I$(top_srcdir) \
16 -I$(top_builddir)/include \
17 -I$(top_srcdir)/include
18
4de1e2da 19noinst_LTLIBRARIES = libsnmplib.la
aa5639dc 20libsnmplib_la_SOURCES = \
21 asn1.c \
22 coexistance.c \
23 mib.c \
24 parse.c \
25 snmp_api.c \
26 snmp_api_error.c \
27 snmp_error.c \
a2794549 28 snmp_msg.c \
aa5639dc 29 snmp_pdu.c \
30 snmp_vars.c \
31 snmplib_debug.c
6c7ce377 32
a2794549 33VERSION = 3.4
34DEFS = -DSQUID_SNMP=1