diff options
author | Lauri Leukkunen <lle@rahina.org> | 2007-08-16 19:32:24 +0300 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2007-08-16 19:32:24 +0300 |
commit | c5c9fdecbfe52761b5e0841aa99996d14309ac3f (patch) | |
tree | cd2fb2fe6a267097499b7a7833ac3d0886b3e4be /preload/Makefile | |
parent | 8c41c89a78b9df031341d5042f30af3398de217c (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/Makefile | 4 |
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 |