Xamarin Public Jenkins (auto-signing) b95516a3dd Imported Upstream version 4.6.0.150
Former-commit-id: 73e3bb1e96dd09dc931c1dfe559d2c7f7b8b02c7
2016-08-23 13:20:38 +00:00

36 lines
789 B
Makefile

thisdir = class/System.IdentityModel
SUBDIRS =
include ../../build/rules.make
LIBRARY = System.IdentityModel.dll
LIB_REFS = System System.Xml System.Security Mono.Security System.Runtime.Serialization
LIB_MCS_FLAGS = \
/d:NET_3_0 \
$(OTHER_LIB_MCS_FLAGS)
ifneq (2.1, $(FRAMEWORK_VERSION))
LIB_REFS += System.Configuration
endif
ifndef NO_SYSTEM_WEB_DEPENDENCY
ifneq (2.1, $(FRAMEWORK_VERSION))
LIB_REFS += System.Web
endif
endif
ifndef NO_SYSTEM_WEB_APPSERVICES_DEPENDENCY
ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
LIB_REFS += System.Web.ApplicationServices
endif
endif
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = \
Test/Resources/test.cer \
Test/Resources/test_neg_serial.cer \
Test/Resources/test.pfx \
Test/Resources/test2.pfx
include ../../build/library.make