summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent8d313455b619168e6a169a6e39cf2fb17f1e1b00 (diff)
Update for lcrypt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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