[bcl] Only build Mono.Btls.Interface and btls tool when BTLS is enabled
[mono.git] / mcs / class / Mono.Btls.Interface / Makefile
1 thisdir = class/Mono.Btls.Interface
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Btls.Interface.dll
6 LIB_REFS = System Mono.Security
7 LIB_MCS_FLAGS = -unsafe -nowarn:1030 -keyfile:../mono.pub -delaysign -d:SECURITY_DEP
8
9 ifndef HAVE_BTLS
10 NO_INSTALL = yes
11 NO_SIGN_ASSEMBLY = yes
12 NO_TEST = yes
13 NO_BUILD = yes
14 endif
15
16 include ../../build/library.make
17
18 $(the_lib): ../Mono.Security/Makefile
19