2014-08-13 10:39:27 +01:00
|
|
|
thisdir = tools/mono-configuration-crypto/lib
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../../build/rules.make
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
LOCAL_MCS_FLAGS =
|
|
|
|
LIB_REFS = System Mono.Security System.Security System.Configuration System.Xml
|
2014-08-13 10:39:27 +01:00
|
|
|
LIBRARY = Mono.Configuration.Crypto.dll
|
|
|
|
LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/mono-configuration-crypto/$(FRAMEWORK_VERSION)
|
2016-08-03 10:59:49 +00:00
|
|
|
NO_SIGN_ASSEMBLY = yes
|
2014-08-13 10:39:27 +01:00
|
|
|
include ../../../build/library.make
|