Merge pull request #1668 from alexanderkyte/bug1856
[mono.git] / mcs / class / System.Runtime.Caching / Makefile
1 thisdir = class/System.Runtime.Caching
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Runtime.Caching.dll
6 LIB_REFS = System System.Data System.Configuration System.Core
7 LIB_MCS_FLAGS = -nowarn:414
8
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 EXTRA_DISTFILES = $(RESOURCE_FILES)
12
13 VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
14 ifndef VALID_PROFILE
15 LIBRARY_NAME = dummy-System.Runtime.Caching.dll
16 NO_INSTALL = yes
17 NO_SIGN_ASSEMBLY = yes
18 NO_TEST = yes
19 endif
20
21 include ../../build/library.make