Merge pull request #2388 from BrzVlad/feature-los-caching
[mono.git] / mcs / class / Mono.Security.Providers.NewTls / Makefile
1 thisdir = class/Mono.Security.Providers.NewTls
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Security.Providers.NewTls.dll
6 LIB_MCS_FLAGS = -unsafe -nowarn:1030 -keyfile:../mono.pub -delaysign -r:System.dll \
7         -r:NewSystemSource=Mono.Security.Providers.NewSystemSource.dll -r:Mono.Security.dll
8
9 include ../../build/library.make
10
11 $(the_lib): ../Mono.Security/Makefile
12