Merge pull request #1508 from slluis/fix-20966
[mono.git] / mcs / class / System.Design / Makefile
index f661a42af53b72e0a4ee734ea94af40721f33f97..dc43ab8fc468b802d9767d0632a418a794dc1267 100644 (file)
@@ -3,9 +3,14 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Design.dll
-LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Web.dll \
+
+
+LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Xml.dll -r:System.Web.dll \
        -r:System.Windows.Forms.dll -r:System.Drawing.dll \
-       -r:Accessibility.dll -r:System.Data.dll
-NO_TEST = yes
+       -r:Accessibility.dll -r:System.Data.dll \
+       -r:System.Configuration.dll
+
+TEST_MCS_FLAGS = /r:System.dll -r:System.Drawing.dll -r:System.Windows.Forms
 
 include ../../build/library.make
+