Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Hamons <chris.hamons@xamarin.com>2015-06-22 18:22:12 +0300
committerChris Hamons <chris.hamons@xamarin.com>2015-06-22 18:22:12 +0300
commitb92d706d0c848b9d99330787e857152c9cdc0193 (patch)
tree10bd90d329880bea2d5e26901a2d11ebfbe51cf5 /mcs/class/System.Messaging
parent52da65ddb5d2eb875904027a47a07b289b40830b (diff)
Fix System.Messaging makefile logic issue
- Introduced in b044a27fe0006830b2793e3d34f45407b656b8b2
Diffstat (limited to 'mcs/class/System.Messaging')
-rw-r--r--mcs/class/System.Messaging/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.Messaging/Makefile b/mcs/class/System.Messaging/Makefile
index 82ff954cebd..4cf4c29ab08 100644
--- a/mcs/class/System.Messaging/Makefile
+++ b/mcs/class/System.Messaging/Makefile
@@ -15,8 +15,9 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 \
EXTRA_DISTFILES = System.Messaging/MessageQueue.resx
-ifndef NO_WINFORMS_DEPENDENCY
+ifdef NO_WINFORMS_DEPENDENCY
LIB_MCS_FLAGS += -d:NO_WINFORMS_DEPENDENCY
+else
LIB_REFS += System.Windows.Forms
endif