From 09dbeb18554ef8eebc753d16ad8ea5ca7c2d0cc1 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Fri, 22 May 2009 19:53:50 +0000 Subject: [PATCH] by default excluded mod_mysql and mod_aws which depend on devel libraries git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1409 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/dsm/mods/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dsm/mods/Makefile b/apps/dsm/mods/Makefile index a3d02700..eff04e8b 100644 --- a/apps/dsm/mods/Makefile +++ b/apps/dsm/mods/Makefile @@ -5,9 +5,9 @@ COREPATH = $(DSMPATH)/../../core include $(COREPATH)/../Makefile.defs ifneq ($(USE_MONITORING), yes) -exclude_modules ?= mod_monitoring +exclude_modules ?= mod_monitoring mod_mysql mod_aws else -exclude_modules ?= +exclude_modules ?= mod_mysql mod_aws endif modules ?= $(filter-out $(subst ;, ,$(exclude_modules))\