From 0a40534c340170a9ddfc18bd82c932e054d06321 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 28 Jan 2010 13:40:14 +0100 Subject: added language class for easy translation --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) -- cgit v1.2.3