]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/snmplib/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / lib / snmplib / Makefile.am
1 ## Copyright (C) 1996-2015 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 = asn1.c parse.c snmp_vars.c \
21 coexistance.c snmp_api.c snmp_error.c \
22 mib.c snmp_api_error.c \
23 snmp_msg.c \
24 snmp_pdu.c snmplib_debug.c
25
26 VERSION = 3.4
27 DEFS = -DSQUID_SNMP=1