Merge pull request #90 from nulltoken/patch-1.
[mono.git] / mcs / class / System.ComponentModel.Composition / Makefile
1 thisdir = class/System.ComponentModel.Composition
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.ComponentModel.Composition.dll
6 LIB_MCS_FLAGS = -r:System.dll -r:System.Core.dll -d:CLR40 -resource:$(RESOURCE_FILES)
7
8 RESOURCE_FILES = src/ComponentModel/Strings.resx
9
10 EXTRA_DISTFILES = \
11         $(RESOURCE_FILES)
12
13 VALID_PROFILE := $(filter 4.0, $(FRAMEWORK_VERSION))
14 ifndef VALID_PROFILE
15 LIBRARY_NAME = dummy-System.ComponentModel.Composition.dll
16 NO_INSTALL = yes
17 NO_SIGN_ASSEMBLY = yes
18 NO_TEST = yes
19 endif
20
21 include ../../build/library.make