diff --git a/Makefile b/Makefile
index c26c0033842b682ae36382c2d8a3ef670b75e191..dd095b867af9c7ce32d91dd5559f17ecc160e43d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ override CPPFLAGS	+= -MMD -MP
 override CPPFLAGS	+= $(shell cat .cxxflags | xargs)
 override CPPFLAGS	+= -I./include -I./source
 override LDFLAGS	+= $(shell cat .ldflags | xargs)
+override LDLIBS		+= $(shell cat .ldlibs | xargs)
 override LDFLAGS	+= -L./lib
 override LDLIBS		+= -lSDL2main -lSDL2 -lpthread