Merge remote branch 'upstream/master'
[mono.git] / mcs / class / System.Web.Extensions.Design / Makefile
index 4c1e392ac53a506d7e2d1393f9dd3d24be47a7e9..b0d4288e45ab1d38cba19fe49cb64246bc97aff0 100644 (file)
@@ -6,9 +6,7 @@ LIBRARY = System.Web.Extensions.Design.dll
 
 LIB_MCS_FLAGS = \
        -define:NET_3_5                 \
-       -r:System.dll                   \
-       -r:System.Design.dll            \
-       $(OTHER_LIB_MCS_FLAGS)
+       -r:System.dll -r:System.Design.dll -r:System.Drawing.dll -r:System.Windows.Forms.dll
 
 include ../../build/library.make