2016-11-10 13:04:39 +00:00
|
|
|
thisdir = class/Mono.Btls.Interface
|
2016-02-22 11:00:01 -05:00
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
2016-11-10 13:04:39 +00:00
|
|
|
LIBRARY = Mono.Btls.Interface.dll
|
2016-02-22 11:00:01 -05:00
|
|
|
LIB_REFS = System Mono.Security
|
|
|
|
LIB_MCS_FLAGS = -unsafe -nowarn:1030 -keyfile:../mono.pub -delaysign -d:SECURITY_DEP
|
|
|
|
|
2016-11-10 13:04:39 +00:00
|
|
|
ifndef HAVE_BTLS
|
|
|
|
NO_INSTALL = yes
|
|
|
|
NO_SIGN_ASSEMBLY = yes
|
|
|
|
NO_TEST = yes
|
|
|
|
NO_BUILD = yes
|
|
|
|
endif
|
|
|
|
|
2016-02-22 11:00:01 -05:00
|
|
|
include ../../build/library.make
|
|
|
|
|
|
|
|
$(the_lib): ../Mono.Security/Makefile
|
|
|
|
|