aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 661da8b8..6d4fb05a 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -20,7 +20,7 @@ FTGL_CFLAGS:=$(shell $(PKG_CONFIG) ftgl --cflags)
# LDFLAGS
SQLITE_LDFLAGS:=-lsqlite3
LOG4CPP_LDFLAGS:=$(shell $(LOG4CPP_CONFIG) --libs)
-BOOST_LDFLAGS:=-lboost_program_options-mt -lboost_filesystem-mt -lboost_thread-mt
+BOOST_LDFLAGS:=-lboost_program_options-mt -lboost_filesystem-mt -lboost_thread-mt -lboost_system-mt
SDL_LDFLAGS:=-lSDL -lSDL_image -lSDL_gfx
GL_LDFLAGS:=-lGL
FTGL_LDFLAGS:=$(shell $(PKG_CONFIG) ftgl --libs)