e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
11 lines
377 B
Makefile
11 lines
377 B
Makefile
thisdir = tools/mono-configuration-crypto/lib
|
|
SUBDIRS =
|
|
include ../../../build/rules.make
|
|
|
|
LOCAL_MCS_FLAGS =
|
|
LIB_REFS = System Mono.Security System.Security System.Configuration System.Xml
|
|
LIBRARY = Mono.Configuration.Crypto.dll
|
|
LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/mono-configuration-crypto/$(FRAMEWORK_VERSION)
|
|
NO_SIGN_ASSEMBLY = yes
|
|
include ../../../build/library.make
|