1diff --git a/Makefile b/Makefile
2index a10eb5214..70e2f720e 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -55,7 +55,7 @@ endif
6
7 ifeq ($(PLAT),linux)
8 CFLAGS += -DCC_BUILD_ICON
9- LIBS = -lX11 -lXi -lpthread -lGL -ldl
10+ LIBS = -lX11 -lXi -lpthread -lGL -ldl -lcurl -lopenal
11 BUILD_DIR = build-linux
12 endif
13
14