Merge pull request #600 from tr8dr/master
[mono.git] / mcs / class / Facades / System.ServiceModel.Primitives / Makefile
1 thisdir = class/Facades/System.ServiceModel.Primitives
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY_SUBDIR = Facades
6 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
7
8 LIBRARY = System.ServiceModel.Primitives.dll
9 LIB_MCS_FLAGS = /r:System.ServiceModel /r:System.Xml
10
11 PLATFORM_DEBUG_FLAGS =
12
13 NO_TEST = yes
14
15 include ../../../build/library.make