Merge pull request #1603 from iainx/coverage-null-protect
[mono.git] / mcs / class / SystemWebTestShim / Makefile
1 thisdir = class/SystemWebTestShim
2 include ../../build/rules.make
3
4 LIBRARY = SystemWebTestShim.dll
5
6 LIB_REFS = System.Web System
7 LIB_MCS_FLAGS = -r:System.Web.dll -r:System.dll
8
9 NO_INSTALL = yes
10 NO_SIGN_ASSEMBLY = yes
11
12 include $(topdir)/build/library.make