Skip to content

Commit

Permalink
Reduce dependency on external libs for snmp module.
Browse files Browse the repository at this point in the history
  • Loading branch information
aabc committed Nov 30, 2014
1 parent 1d3a962 commit f87f5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ clean: mclean lclean
-rm -f *.so *.o modules.order version.h

snmp_NETFLOW.so: snmp_NETFLOW.c
$(CC) `net-snmp-config --cflags` -fPIC -shared -o $@ $< `net-snmp-config --libs`
$(CC) `net-snmp-config --cflags` -fPIC -shared -o $@ $< `net-snmp-config --netsnmp-libs`

sinstall: | snmp_NETFLOW.so IPT-NETFLOW-MIB.my
@echo " *"
Expand Down

0 comments on commit f87f5c4

Please sign in to comment.