mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 18:41:57 +00:00
8 lines
221 B
Makefile
8 lines
221 B
Makefile
BASE=../../../..
|
|
LOCAL_CFLAGS+=-g -ggdb -I/usr/local/include/ptlib -I/usr/local/include/openh323 -I. -DPTRACING=1 -D_REENTRANT -fno-exceptions
|
|
LOCAL_LDFLAGS= -lopenh323 -lpt -lrt
|
|
|
|
include $(BASE)/build/modmake.rules
|
|
|
|
|