summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-08-11 09:10:43 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-08-11 09:10:43 +0200
commit9c768d9626c8ce98b2ef5d036e0eb4e096464552 (patch)
tree9d0f9a5c5de67fba36378b148c43552fb082814a
parent62892ff26a57610644433b07f4b1a2ba9da22778 (diff)
Keeping Dalos up to date with Balau.
m---------Balau0
-rw-r--r--Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/Balau b/Balau
-Subproject f5e970f17e9bb3fc30cda214cf8522e4216de30
+Subproject 29a901f599ca16cec7c77a9789a41822e29d149
diff --git a/Makefile b/Makefile
index 0ebf2f4..121cc1b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ ifeq ($(SYSTEM),Darwin)
endif
ifeq ($(SYSTEM),Linux)
- LIBS += pthread dl
+ LIBS += pthread dl curl cares
CONFIG_H = Balau/linux-config.h
endif