[sgen] Scan pinned objects in nursery as part of concurrent mark
[mono.git] / mcs / tools / mono-configuration-crypto / lib / Makefile
1 thisdir = tools/mono-configuration-crypto/lib
2 SUBDIRS =
3 include ../../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:System.dll -r:Mono.Security.dll -r:System.Security.dll -r:System.Configuration.dll -r:System.Xml.dll
6 LIBRARY = Mono.Configuration.Crypto.dll
7 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/mono-configuration-crypto/$(FRAMEWORK_VERSION)
8
9 include ../../../build/library.make