Add missing dependency
[mono.git] / mcs / class / System.Web.Extensions.Design / Makefile
1 thisdir = class/System.Web.Extensions.Design
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.Extensions.Design.dll
6
7 LIB_MCS_FLAGS = \
8         -define:NET_3_5                 \
9         -r:System.dll -r:System.Design.dll -r:System.Drawing.dll \
10         $(OTHER_LIB_MCS_FLAGS)
11
12 include ../../build/library.make
13