aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-04-28 14:39:26 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:48 +0100
commit25f24d3406750598ab091bc2ce98585decfd799d (patch)
tree4b44b3858d9a5a6e521fd42df2085e0fa205bc97 /test
parent799aa2a252d04e730e598ebb46f3a66f530717c0 (diff)
downloadusdx-25f24d3406750598ab091bc2ce98585decfd799d.tar.gz
usdx-25f24d3406750598ab091bc2ce98585decfd799d.tar.xz
usdx-25f24d3406750598ab091bc2ce98585decfd799d.zip
added event_manager
event_manager for passing the events from the SDL thread to the event thread
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 4524d8aa..91b351e8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -10,7 +10,7 @@ sources:=$(wildcard *.cpp) $(wildcard */*.cpp) $(wildcard $(TOP)/src/*/*/*.cpp)
deps:=$(sources:.cpp=.d)
CXXFLAGS:=-Wall -Werror -I$(TOP)/src -I$(TOP)/src/base -I$(TOP)/src/menu -I$(TOP)/src/media -I$(TOP)/src/screens -g
-LDFLAGS:=-lsqlite3 -lSDL -llog4cxx -lboost_program_options-mt -lboost_filesystem-mt -lSDL_image -lcppunit -lSDL_gfx
+LDFLAGS:=-lsqlite3 -lSDL -llog4cxx -lboost_program_options-mt -lboost_filesystem-mt -lboost_thread-mt -lSDL_image -lcppunit -lSDL_gfx
TARGET:=$(PROJECT)
objects:=$(sources:.cpp=.o)