Merge pull request #3030 from kumpera/fix_locale
[mono.git] / mcs / class / System.ServiceModel.Internals / Makefile
1 thisdir = class/System.ServiceModel.Internals
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 ifndef NO_MULTIPLE_APPDOMAINS
6 REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_MULTIPLE_APPDOMAINS
7 endif
8
9 LIBRARY = System.ServiceModel.Internals.dll
10 LIB_REFS = System System.Core System.Xml
11 ifneq (2.1, $(FRAMEWORK_VERSION))
12         LIB_REFS += System.Configuration
13 endif
14 LIB_MCS_FLAGS = /unsafe $(REFERENCE_SOURCES_FLAGS)
15
16 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
17
18 EXTRA_DISTFILES = 
19
20 NO_TEST = yes
21
22 include ../../build/library.make