diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-01-28 13:40:14 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2013-01-05 17:17:46 +0100 |
commit | 0a40534c340170a9ddfc18bd82c932e054d06321 (patch) | |
tree | f73db93e3cad34365b09f1ecf9ad14f0d98cef95 /test | |
parent | af0917623ac806e35a88efe8983b16965c92ec0d (diff) | |
download | usdx-0a40534c340170a9ddfc18bd82c932e054d06321.tar.gz usdx-0a40534c340170a9ddfc18bd82c932e054d06321.tar.xz usdx-0a40534c340170a9ddfc18bd82c932e054d06321.zip |
added language class for easy translation
Diffstat (limited to '')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index a9dd4e9b..3b33a16a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ CXXFLAGS:=-Wall -Werror -lcppunit -I../src/ -I../src/base -I../src/menu -I../src/media -I../src/screens -g -LDFLAGS:=-lsqlite3 -lSDL -llog4cxx -lboost_program_options-mt +LDFLAGS:=-lsqlite3 -lSDL -llog4cxx -lboost_program_options-mt -lboost_filesystem-mt PROJECT:=usdx-tests TARGET:=$(PROJECT) |