From f93cf73e01e9cf4b0a6be43d61ebc24b9fa64b0d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 22 Feb 2012 23:46:56 +1000 Subject: Implement callAndReturn(), use it from callAndWait(). That's most of LuaSL's side of "use OpenSim to deal with in world stuff". --- libraries/luaproc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libraries/luaproc/Makefile') diff --git a/libraries/luaproc/Makefile b/libraries/luaproc/Makefile index 1efc2d5..3ab61bf 100644 --- a/libraries/luaproc/Makefile +++ b/libraries/luaproc/Makefile @@ -33,7 +33,8 @@ LUA_LIB_PATH=/usr/lib/lua5.1 # standard makefile variables CC=gcc -CFLAGS=-c -Wall -fPIC -I${LUA_INC_PATH} +# TODO - hack, hard coded EFL include paths for now. +CFLAGS=-c -Wall -fPIC -I${LUA_INC_PATH} -I/opt/e17/include/eina-1 -I/opt/e17/include/eina-1/eina -I/opt/e17/include/ecore-1 LDFLAGS=-shared -L${LUA_LIB_PATH} -lpthread SOURCES=sched.c list.c luaproc.c channel.c OBJECTS=${SOURCES:.c=.o} -- cgit v1.1