freeswitch/src/mod/event_handlers/mod_snmp
Travis Cross b263201a2e Avoid polluting CFLAGS for mod_snmp
Putting `net-snmp-config --cflags` into CFLAGS causes major pollution;
it overrides optimization and debugging levels, warnings, and more.
While normally we do want to automatically locate library headers,
there has to be a better way to do this.  libsnmp is normally in the
usual place and doesn't need special handling.  Perhaps people with
libsnmp in a weird place should just need to add the -I flag to their
CFLAGS before build.
2014-05-13 17:40:43 +00:00
..
FREESWITCH-MIB update copyright header for 2014 2014-02-12 12:08:56 -06:00
Makefile.am Avoid polluting CFLAGS for mod_snmp 2014-05-13 17:40:43 +00:00
mod_snmp.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
subagent.c update copyright header for 2014 2014-02-12 12:08:56 -06:00
subagent.h update copyright header for 2014 2014-02-12 12:08:56 -06:00