summaryrefslogtreecommitdiff
path: root/preload/Makefile
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2007-08-16 19:32:24 +0300
committerLauri Leukkunen <lle@rahina.org>2007-08-16 19:32:24 +0300
commitc5c9fdecbfe52761b5e0841aa99996d14309ac3f (patch)
treecd2fb2fe6a267097499b7a7833ac3d0886b3e4be /preload/Makefile
parent8c41c89a78b9df031341d5042f30af3398de217c (diff)
Switch back to using our own lua
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to 'preload/Makefile')
-rw-r--r--preload/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/preload/Makefile b/preload/Makefile
index ca954bf..1df9e99 100644
--- a/preload/Makefile
+++ b/preload/Makefile
@@ -2,11 +2,11 @@ objs := libsb2.o sb_exec.o
$(D)/libsb2.so: $(call O,$(objs))
-$(D)/libsb2.so: mapping/libmapping.a
+$(D)/libsb2.so: mapping/libmapping.a mapping/liblua.a
$(D)/libsb2.so: CFLAGS := $(CFLAGS) -fPIC -Wall -W
$(D)/libsb2.so: LDFLAGS := $(LDFLAGS) -Wl,-soname=$(LIBSB2_SONAME)
-$(D)/libsb2.so: LIBS := -ldl -lm -lpthread -lrt $(LUA51_LIBS)
+$(D)/libsb2.so: LIBS := -ldl -lm -lpthread -lrt
targets := $(targets) $(D)/libsb2.so