From 6a379cc5e990c3e199fb59377661b934db45a204 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 8 Jan 2010 22:11:39 +0100 Subject: added ldflag for log4cxx --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 809466c1..523371a0 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 -LDFLAGS:=-lsqlite3 -lSDL +LDFLAGS:=-lsqlite3 -lSDL -llog4cxx PROJECT:=usdx-tests TARGET:=$(PROJECT) -- cgit v1.2.3