From 6f868c2f9b1bab18045ae733be5239d184fcdc59 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 9 Dec 2008 10:59:20 +0000 Subject: [PATCH] excluding gateway by default due to dependency on (uncommon) mISDN library git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1195 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 2a7d4747..23c6437e 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -3,7 +3,7 @@ COREPATH ?= ../core include $(COREPATH)/../Makefile.defs -exclude_modules ?= mp3 examples py_sems xmlrpc2di +exclude_modules ?= mp3 examples py_sems xmlrpc2di gateway modules ?= $(filter-out $(subst ;, ,$(exclude_modules))\ $(wildcard Makefile*) CVS, \ $(wildcard *) examples/tutorial/cc_acc )