[build] Fixes Mono.Security dependency
[mono.git] / mcs / nunit24 / NUnitFramework / framework / Makefile
1 thisdir = nunit24/NUnit.Framework/framework
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY = NUnit.Framework.dll
6 LIBRARY_NAME = nunit.framework.dll
7 LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
8
9 LIB_MCS_FLAGS = /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly -warn:1
10 NO_TEST = yo
11
12 EXTRA_DISTFILES = \
13         nunit.framework.dll.csproj \
14         nunit.framework.dll_VS2005.csproj
15
16 include ../../../build/library.make