Merge pull request #900 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / class / System.Transactions / Makefile
1 thisdir = class/System.Transactions
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 MOBILE_PROFILE := $(filter monotouch monodroid xammac mobile mobile_static, $(PROFILE))
6
7 LIBRARY = System.Transactions.dll
8 ifdef MOBILE_PROFILE
9 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /define:MOBILE
10 else
11 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Configuration.dll
12 endif
13
14 TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS)
15
16 include ../../build/library.make