summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-09 09:03:37 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-09 09:03:37 +0200
commit84f60bbd5db549b655e12a49ec8557e18c1b8d15 (patch)
tree470d6ceb3c14ddfb36cc642a5e39a8269c9a7cb0
parent8d313455b619168e6a169a6e39cf2fb17f1e1b00 (diff)
Update for lcrypt
m---------Balau0
-rw-r--r--Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/Balau b/Balau
-Subproject f7fa376378cb221347c679aef001b3c04b212c7
+Subproject e4212db6a548b96b9b288eaa450ef1a18d2e250
diff --git a/Makefile b/Makefile
index 5f9a2d2..5e16cc0 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ ifeq ($(SYSTEM),Darwin)
endif
ifeq ($(SYSTEM),Linux)
- LIBS += pthread dl util
+ LIBS += pthread dl
CONFIG_H = Balau/linux-config.h
endif