summaryrefslogtreecommitdiffstats
path: root/plugins/omsnmp
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-28 13:16:02 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-28 13:16:02 +0000
commit16d4429147e5c7480deec742d07cb34126ef1fa4 (patch)
tree61c8fe54c3b9a7d7dbda53053d2fdabf6c9c900e /plugins/omsnmp
parentbd6a67d38e042cca09ff41872dda874ba71c2e80 (diff)
downloadrsyslog-16d4429147e5c7480deec742d07cb34126ef1fa4.tar.gz
rsyslog-16d4429147e5c7480deec742d07cb34126ef1fa4.tar.xz
rsyslog-16d4429147e5c7480deec742d07cb34126ef1fa4.zip
add Michael Biebl's autoconf patch for netsnmp - thks!
Diffstat (limited to 'plugins/omsnmp')
-rw-r--r--plugins/omsnmp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)