diff --git a/src/mod/event_handlers/mod_snmp/Makefile b/src/mod/event_handlers/mod_snmp/Makefile index f95227b4b5..d1f90875f1 100644 --- a/src/mod/event_handlers/mod_snmp/Makefile +++ b/src/mod/event_handlers/mod_snmp/Makefile @@ -1,7 +1,7 @@ include ../../../../build/modmake.rules LOCAL_CFLAGS=`net-snmp-config --cflags` -LOCAL_LDFLAGS=`net-snmp-config --agent-libs` +LOCAL_LDFLAGS=-lnetsnmpmibs -lnetsnmpagent -lnetsnmp LOCAL_OBJS=subagent.o local_depend: $(LOCAL_OBJS)