summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-08 17:51:04 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-08 17:51:04 +0200
commit86c24ca2a20cb570fdd14df7053b6e1950ca29d2 (patch)
treed74514d03b211eb37a91e8650d9e03df28fe32b9 /Makefile
parent971f8398516720d8edbdc03db3278b18db20304b (diff)
Updating Balau and lcrypt support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 037cde8..5f9a2d2 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ ifeq ($(SYSTEM),Darwin)
endif
ifeq ($(SYSTEM),Linux)
- LIBS += pthread dl
+ LIBS += pthread dl util
CONFIG_H = Balau/linux-config.h
endif
@@ -57,7 +57,7 @@ Balau/libBalau.a:
$(MAKE) -C Balau
$(TARGET): Balau/libBalau.a $(ALL_OBJECTS)
- $(LD) $(LDFLAGS) -o $@ $(ALL_OBJECTS) ./Balau/libBalau.a ./Balau/LuaJIT/src/libluajit.a $(LDLIBS)
+ $(LD) $(LDFLAGS) -o $@ $(ALL_OBJECTS) ./Balau/libBalau.a ./Balau/LuaJIT/src/libluajit.a ./Balau/libtomcrypt/libtomcrypt.a ./Balau/libtommath/libtommath.a $(LDLIBS)
dep: $(ALL_DEPS)