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