mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 02:18:57 +00:00
9 lines
175 B
Makefile
9 lines
175 B
Makefile
|
BASE=../../../..
|
||
|
LOCAL_INSERT_CFLAGS= pkg-config opal --cflags
|
||
|
LOCAL_CFLAGS+=-g -ggdb -I.
|
||
|
LOCAL_INSERT_LDFLAGS= pkg-config opal --libs
|
||
|
|
||
|
include $(BASE)/build/modmake.rules
|
||
|
|
||
|
|