From d0f8618046f75dfa875a822c7aef35b2da900af8 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 14 Jan 2010 20:07:46 +0100 Subject: added song loading stubs with different strategies chosen by file extension --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 523371a0..25223d6b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -5,8 +5,8 @@ PROJECT:=usdx-tests TARGET:=$(PROJECT) zip:=$(PROJECT).rar -headers:=$(wildcard *.hpp) $(wildcard */*.hpp) $(wildcard ../src/*/*.hpp) $(wildcard ../src/*.hpp) -sources:=$(wildcard *.cpp) $(wildcard */*.cpp) $(wildcard ../src/*/*.cpp) $(wildcard ../src/*.cpp) +headers:=$(wildcard *.hpp) $(wildcard */*.hpp) $(wildcard ../src/*/*/*.hpp) $(wildcard ../src/*/*.hpp) $(wildcard ../src/*.hpp) +sources:=$(wildcard *.cpp) $(wildcard */*.cpp) $(wildcard ../src/*/*/*.cpp) $(wildcard ../src/*/*.cpp) $(wildcard ../src/*.cpp) objects:=$(sources:.cpp=.o) deps:=$(sources:.cpp=.d) -- cgit v1.2.3