db182daf3e029739ece6629f982e59bf93cd1e5d
[mono.git] / mcs / class / Mono.Security.Win32 / Makefile
1 thisdir = class/Mono.Security.Win32
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Security.Win32.dll
6 LIB_MCS_FLAGS = /unsafe
7 EXTRA_DISTFILES = README Test/ChangeLog
8
9 ifneq (win32, $(PROFILE))
10 NO_TEST = yes
11 endif
12
13 include ../../build/library.make