aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/luaproc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/luaproc/Makefile3
1 files changed, 2 insertions, 1 deletions
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
33 33
34# standard makefile variables 34# standard makefile variables
35CC=gcc 35CC=gcc
36CFLAGS=-c -Wall -fPIC -I${LUA_INC_PATH} 36# TODO - hack, hard coded EFL include paths for now.
37CFLAGS=-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
37LDFLAGS=-shared -L${LUA_LIB_PATH} -lpthread 38LDFLAGS=-shared -L${LUA_LIB_PATH} -lpthread
38SOURCES=sched.c list.c luaproc.c channel.c 39SOURCES=sched.c list.c luaproc.c channel.c
39OBJECTS=${SOURCES:.c=.o} 40OBJECTS=${SOURCES:.c=.o}