diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-12-04 18:48:49 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2013-01-05 17:17:49 +0100 |
commit | de5a3593ae7bc6fb5aab9d76d01d3faa47b91bba (patch) | |
tree | 314b0dbca7a5477a3ff0ecabeea3ac8ab687b751 /test | |
parent | c8d6a05e4b523dc4cd8dd2ffe343e94eb97df9df (diff) | |
download | usdx-de5a3593ae7bc6fb5aab9d76d01d3faa47b91bba.tar.gz usdx-de5a3593ae7bc6fb5aab9d76d01d3faa47b91bba.tar.xz usdx-de5a3593ae7bc6fb5aab9d76d01d3faa47b91bba.zip |
fixed tests build
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 59b275c7..ab387d03 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 -I$(TOP)/src/frames -g -LDFLAGS:=-lsqlite3 -lSDL -llog4cxx -lboost_program_options-mt -lboost_filesystem-mt -lboost_thread-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 -lGL TARGET:=$(PROJECT) objects:=$(sources:.cpp=.o) |