Merge pull request #799 from kebby/master
[mono.git] / mcs / class / System.ServiceModel.Activation / Makefile
1 thisdir = class/System.ServiceModel.Activation
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.ServiceModel.Activation.dll
6
7 LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.ServiceModel.dll
8
9 TEST_MCS_FLAGS = -r:System.dll -r:System.Core.dll
10
11 include ../../build/library.make