aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-05-30 20:02:19 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:49 +0100
commitc8d6a05e4b523dc4cd8dd2ffe343e94eb97df9df (patch)
tree8efc9a716e3009ebfb0b9adff1be872ecbe76a6b /test/Makefile
parentb38176e1ebac941867d8cefb9824b5ad6446a0a5 (diff)
downloadusdx-c8d6a05e4b523dc4cd8dd2ffe343e94eb97df9df.tar.gz
usdx-c8d6a05e4b523dc4cd8dd2ffe343e94eb97df9df.tar.xz
usdx-c8d6a05e4b523dc4cd8dd2ffe343e94eb97df9df.zip
fixed test build
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 693872fd..59b275c7 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -9,7 +9,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
+CXXFLAGS:=-Wall -Werror -I$(TOP)/src -I$(TOP)/src/base -I$(TOP)/src/menu -I$(TOP)/src/media -I$(TOP)/src/screens -I$(TOP)/src/frames -g
LDFLAGS:=-lsqlite3 -lSDL -llog4cxx -lboost_program_options-mt -lboost_filesystem-mt -lboost_thread-mt -lSDL_image -lcppunit -lSDL_gfx
TARGET:=$(PROJECT)