From c6f0f0ebc12186dd81a244dae1eff784c0f0ca95 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 26 Apr 2010 15:12:14 +0200 Subject: fixed test building --- test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Makefile b/test/Makefile index 4a05284d..4524d8aa 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,15 +2,15 @@ PROJECT:=usdx-tests TOP:=.. headers:=$(wildcard *.hpp) $(wildcard */*.hpp) $(wildcard $(TOP)/src/*/*/*.hpp) \ - $(wildcard $(TOP)/src/*/*.hpp) $(wildcard $(TOP)/src/*.hpp) + $(wildcard $(TOP)/src/*/*.hpp) sources:=$(wildcard *.cpp) $(wildcard */*.cpp) $(wildcard $(TOP)/src/*/*/*.cpp) \ - $(wildcard $(TOP)/src/*/*.cpp) $(wildcard $(TOP)/src/*.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 -g -LDFLAGS:=-lsqlite3 -lSDL -llog4cxx -lboost_program_options-mt -lboost_filesystem-mt -lSDL_image -lcppunit -lGL +LDFLAGS:=-lsqlite3 -lSDL -llog4cxx -lboost_program_options-mt -lboost_filesystem-mt -lSDL_image -lcppunit -lSDL_gfx TARGET:=$(PROJECT) objects:=$(sources:.cpp=.o) -- cgit v1.2.3