summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-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)