Added support for setting the provider using an App.config file, also allow for Mono...
[mono.git] / mcs / class / Mono.Messaging / Makefile
index bfc99895c7956d9359239fc0774108280960895e..0d019182c495239bb9a93bbd5f701bbce0b2049d 100644 (file)
@@ -3,7 +3,14 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = Mono.Messaging.dll
+
+ifdef NET_1_0
+LIB_MCS_FLAGS = /r:System.dll
+else NET_1_1
 LIB_MCS_FLAGS = /r:System.dll
+else
+LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration
+endif
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 /r:System.Messaging.dll /r:nunit.mocks.dll