diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-08-09 09:03:37 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-08-09 09:03:37 +0200 |
commit | 84f60bbd5db549b655e12a49ec8557e18c1b8d15 (patch) | |
tree | 470d6ceb3c14ddfb36cc642a5e39a8269c9a7cb0 /Makefile | |
parent | 8d313455b619168e6a169a6e39cf2fb17f1e1b00 (diff) |
Update for lcrypt
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |