mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 10:31:13 +00:00
still needs some work still needs some FUNDING git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10734 d0543943-73ff-0310-b7d9-9358b9ac24b2
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
|
|
|
|
|