* Makefile (TEST_MCS_FLAGS): Reference System.Messaging.dll.
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 30 Dec 2008 14:59:46 +0000 (14:59 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 30 Dec 2008 14:59:46 +0000 (14:59 -0000)
svn path=/trunk/mcs/; revision=122244

mcs/class/Mono.Messaging/ChangeLog
mcs/class/Mono.Messaging/Makefile

index ccbd7a7f66be559ce56b1f04a86d9b8d1f6ee892..bbe8bc78fa0dc88ee2097a577530d1af0e62440f 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-30  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (TEST_MCS_FLAGS): Reference System.Messaging.dll.
+
 2008-12-24  Michael Barker  <mike@middlesoft.co.uk>
 
        * Mono.Messaging.dll.sources, added delegate
index 65b899d7ace75bb0667cb0bb888ac7a47e2b50b5..cfcb60e658d93e85d4acd4eed449496cc3620b46 100644 (file)
@@ -5,6 +5,6 @@ include ../../build/rules.make
 LIBRARY = Mono.Messaging.dll
 LIB_MCS_FLAGS = /r:System.dll
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 -r:System.Messaging.dll
 
 include ../../build/library.make