[Freeswitch-svn] [commit] r9836 - freeswitch/trunk/src/mod/languages/mod_managed
Freeswitch SVN
mikej at freeswitch.org
Sat Oct 4 16:08:32 EDT 2008
Author: mikej
Date: Sat Oct 4 16:08:31 2008
New Revision: 9836
Modified:
freeswitch/trunk/src/mod/languages/mod_managed/Makefile
Log:
use pkg-config to find mono
Modified: freeswitch/trunk/src/mod/languages/mod_managed/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_managed/Makefile (original)
+++ freeswitch/trunk/src/mod/languages/mod_managed/Makefile Sat Oct 4 16:08:31 2008
@@ -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
More information about the Freeswitch-svn
mailing list