From eb98223129f41ebdf4e5c2f030c8617bdec24979 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 9 Apr 2008 17:29:37 +0000 Subject: [PATCH] taking exclude_modules if present git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@870 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index d567a2d6..f4dc303e 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -3,7 +3,7 @@ COREPATH ?= ../core include $(COREPATH)/../Makefile.defs -exclude_modules = mp3 examples py_sems +exclude_modules ?= mp3 examples py_sems modules ?= $(filter-out $(exclude_modules) \ $(wildcard Makefile*) CVS, \ $(wildcard *) ) examples/tutorial/cc_acc