From 3c74723db9474feffa28efa3ec4afc461632f13d Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Thu, 21 May 2009 15:46:35 +0000 Subject: [PATCH] not trying to make in CMakeLists git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1401 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/dsm/mods/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dsm/mods/Makefile b/apps/dsm/mods/Makefile index 1c38deeb..a3d02700 100644 --- a/apps/dsm/mods/Makefile +++ b/apps/dsm/mods/Makefile @@ -11,7 +11,7 @@ exclude_modules ?= endif modules ?= $(filter-out $(subst ;, ,$(exclude_modules))\ - $(wildcard Makefile*) lib, \ + $(wildcard Makefile*) lib CMakeLists.txt, \ $(wildcard *) )