]> git.ipfire.org Git - thirdparty/squid.git/blame - lib/snmplib/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / lib / snmplib / Makefile.am
CommitLineData
bde978a6 1## Copyright (C) 1996-2015 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
AJ
19noinst_LTLIBRARIES = libsnmplib.la
20libsnmplib_la_SOURCES = asn1.c parse.c snmp_vars.c \
a2794549 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
6c7ce377 25
a2794549 26VERSION = 3.4
27DEFS = -DSQUID_SNMP=1