mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 10:31:13 +00:00
8 lines
177 B
Makefile
8 lines
177 B
Makefile
include ../../../../build/modmake.rules
|
|
|
|
LOCAL_CFLAGS=`net-snmp-config --cflags`
|
|
LOCAL_LDFLAGS=`net-snmp-config --agent-libs`
|
|
LOCAL_OBJS=subagent.o
|
|
|
|
local_depend: $(LOCAL_OBJS)
|