* Makefile (LIB_MCS_FLAGS): Add reference to Mono.Security.dll
[mono.git] / mcs / class / System.Security / Makefile
1 thisdir = class/System.Security
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Security.dll
6 LIB_MCS_FLAGS = /nowarn:618 \
7         /r:$(corlib) /r:System.dll /r:System.Xml.dll \
8         /debug+
9
10 ifeq (net_2_0,$(PROFILE))
11 LIB_MCS_FLAGS += /r:Mono.Security.dll
12 endif
13
14 TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS)
15
16 include ../../build/library.make