From cf518bd18782731fd7c1d07c3f1539d95ac88bdb Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 5 Jun 2003 17:08:32 +0000 Subject: [PATCH] Don't build WithMPF or ipServerApp unless MPF is defined. --- motorExApp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/motorExApp/Makefile b/motorExApp/Makefile index 1dc63300..571176fe 100644 --- a/motorExApp/Makefile +++ b/motorExApp/Makefile @@ -3,7 +3,9 @@ include $(TOP)/configure/CONFIG #DIRS += Db #DIRS += NoMPF +ifdef MPF #DIRS += WithMPF #DIRS += ipServerApp +endif include $(TOP)/configure/RULES_DIRS