2005-04-12 Dick Porter <dick@ximian.com>
[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