From 58f507d224ed26bf4caf0577d46ca5cd6867f5a8 Mon Sep 17 00:00:00 2001 From: jbevain Date: Mon, 20 Jul 2009 16:07:44 +0000 Subject: [PATCH] hopefully fixes the Makefile git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@138226 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- class/Mono.Messaging/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/class/Mono.Messaging/Makefile b/class/Mono.Messaging/Makefile index 0d019182c4..a3c654c591 100644 --- a/class/Mono.Messaging/Makefile +++ b/class/Mono.Messaging/Makefile @@ -4,9 +4,7 @@ include ../../build/rules.make LIBRARY = Mono.Messaging.dll -ifdef NET_1_0 -LIB_MCS_FLAGS = /r:System.dll -else NET_1_1 +ifeq (1, $(FRAMEWORK_VERSION_MAJOR)) LIB_MCS_FLAGS = /r:System.dll else LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration -- 2.11.4.GIT