summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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