aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-01-08 22:11:39 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:43 +0100
commit6a379cc5e990c3e199fb59377661b934db45a204 (patch)
treeda49d62a2c6dc1c8179c14475760286903e82728
parent7d6278c01af131ea233c883d690af0c7426c4ebf (diff)
downloadusdx-6a379cc5e990c3e199fb59377661b934db45a204.tar.gz
usdx-6a379cc5e990c3e199fb59377661b934db45a204.tar.xz
usdx-6a379cc5e990c3e199fb59377661b934db45a204.zip
added ldflag for log4cxx
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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)