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