From c04f065895e48753bdbe4bc2be395ba737b5aa78 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 6 Feb 2008 21:58:13 +0000 Subject: [PATCH] for passing modules and exclude modules from build git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@682 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/Makefile b/apps/Makefile index 08228230..979cea0c 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -3,14 +3,14 @@ COREPATH ?= ../core include $(COREPATH)/../Makefile.defs -exclude_modules = mp3 examples -modules = $(filter-out $(exclude_modules) \ +exclude_modules ?= mp3 examples +modules ?= $(filter-out $(exclude_modules) \ $(wildcard Makefile*) CVS, \ $(wildcard *) ) examples/tutorial/cc_acc #modules = wav gsm ilbc bot echo announcement recorder voicemail dtmf_demo ivr ifeq ($(OS),solaris) - # These don't build on Solaris because of missing Python, invalid make args, or other. +# These don't build on Solaris because of missing Python, invalid make args, or other. exclude_modules += py_sems py_comp pin_collect mailbox ivr diameter_client conf_auth endif