]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/snmplib/Makefile.am
Source Format Enforcement (#963)
[thirdparty/squid.git] / lib / snmplib / Makefile.am
1 ## Copyright (C) 1996-2022 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
8 ## Process this file with automake to produce Makefile.in
9 ##
10 ## Makefile for libsnmp.
11 ##
12 AM_CFLAGS = $(SQUID_CFLAGS)
13 AM_CXXFLAGS = $(SQUID_CXXFLAGS)
14 AM_CPPFLAGS = \
15 -I$(top_srcdir) \
16 -I$(top_builddir)/include \
17 -I$(top_srcdir)/include
18
19 noinst_LTLIBRARIES = libsnmplib.la
20 libsnmplib_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 \
28 snmp_msg.c \
29 snmp_pdu.c \
30 snmp_vars.c \
31 snmplib_debug.c
32
33 VERSION = 3.4
34 DEFS = -DSQUID_SNMP=1