mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
use pkg-config to find mono
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9836 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ad5b3c103d
commit
d8825680f8
@ -1,4 +1,6 @@
|
||||
MOD_CFLAGS=-D_REENTRANT -pthread -I/opt/mono-1.9/lib/pkgconfig/../../include/mono-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lmono
|
||||
LOCAL_INSERT_CFLAGS= /usr/bin/pkg-config mono --cflags
|
||||
LOCAL_INSERT_LDFLAGS= /usr/bin/pkg-config mono --libs
|
||||
#MOD_CFLAGS=-D_REENTRANT -pthread -I/opt/mono-1.9/lib/pkgconfig/../../include/mono-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lmono
|
||||
BASE=../../../..
|
||||
VERBOSE=1
|
||||
include $(BASE)/build/modmake.rules
|
||||
|
Loading…
x
Reference in New Issue
Block a user