Another make dist fix
[mono.git] / mcs / class / SystemWebTestShim / Makefile
1 thisdir = class/SystemWebTestShim
2 include ../../build/rules.make
3
4 LIBRARY = SystemWebTestShim.dll
5
6 LIB_MCS_FLAGS = -r:System.Web.dll -r:System.dll
7
8 NO_INSTALL = yes
9 NO_SIGN_ASSEMBLY = yes
10
11 include $(topdir)/build/library.make