You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -2,12 +2,6 @@ thisdir = class/System.IdentityModel
|
||||
SUBDIRS =
|
||||
include ../../build/rules.make
|
||||
|
||||
ifndef NO_SYSTEM_WEB_APPSERVICES_DEPENDENCY
|
||||
ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
|
||||
OTHER_LIB_MCS_FLAGS = -r:System.Web.ApplicationServices.dll
|
||||
endif
|
||||
endif
|
||||
|
||||
LIBRARY = System.IdentityModel.dll
|
||||
LIB_REFS = System System.Xml System.Security System.Configuration Mono.Security System.Runtime.Serialization
|
||||
LIB_MCS_FLAGS = \
|
||||
@@ -18,6 +12,13 @@ ifndef NO_SYSTEM_WEB_DEPENDENCY
|
||||
LIB_REFS += System.Web
|
||||
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 = \
|
||||
|
||||
Reference in New Issue
Block a user