X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Xaml%2FMakefile;h=5f96dcbd7d74342addcad0c839086b229abfd4e6;hb=bc9d5d113ab7064fc199a2f430751643466cb477;hp=2d194904bb11e474f6541782ad4d003e8228ff88;hpb=61122bd9e3a804ec4bb9e096c4484c484c524fc2;p=mono.git diff --git a/mcs/class/System.Xaml/Makefile b/mcs/class/System.Xaml/Makefile index 2d194904bb1..5f96dcbd7d7 100644 --- a/mcs/class/System.Xaml/Makefile +++ b/mcs/class/System.Xaml/Makefile @@ -5,23 +5,17 @@ include ../../build/rules.make RESOURCE_FILES = LIBRARY = System.Xaml.dll -LIB_MCS_FLAGS = \ - /r:System.dll \ - /r:System.Xml.dll \ - /r:System.Core.dll \ - $(RESOURCE_FILES:%=/resource:%) - -ifneq (2.1, $(FRAMEWORK_VERSION)) -LIB_MCS_FLAGS += /r:System.Configuration.dll -endif +LIB_REFS = System System.Xml System.Core +LIB_MCS_FLAGS = $(RESOURCE_FILES:%=/resource:%) TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) EXTRA_DISTFILES = $(RESOURCE_FILES) $(TEST_EXTRA_DISTFILES) TEST_EXTRA_DISTFILES = \ - Test/XmlFiles/*.xml + Test/XmlFiles/*.xml \ + Test/XmlFiles/*.xaml -VALID_PROFILE := $(filter 4.0, $(FRAMEWORK_VERSION)) +VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR)) ifndef VALID_PROFILE LIBRARY_NAME = dummy-System.Xaml.dll NO_INSTALL = yes