From 16d4429147e5c7480deec742d07cb34126ef1fa4 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 28 Jan 2008 13:16:02 +0000 Subject: add Michael Biebl's autoconf patch for netsnmp - thks! --- plugins/omsnmp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/omsnmp/Makefile.am') diff --git a/plugins/omsnmp/Makefile.am b/plugins/omsnmp/Makefile.am index 662d882c..94f92fc8 100644 --- a/plugins/omsnmp/Makefile.am +++ b/plugins/omsnmp/Makefile.am @@ -3,4 +3,4 @@ pkglib_LTLIBRARIES = omsnmp.la omsnmp_la_SOURCES = omsnmp.c omsnmp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags) omsnmp_la_LDFLAGS = $(mudflap_libs) -module -avoid-version -omsnmp_la_LIBADD = +omsnmp_la_LIBADD = $(snmp_libs) -- cgit