07672c10b06da81802b6a3ac7188edce5129ee90
[mono.git] / mcs / class / System.Transactions / Makefile
1 thisdir = class/System.Transactions
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Transactions.dll
6 ifdef MOBILE_PROFILE
7 LIB_REFS = System
8 LIB_MCS_FLAGS = /define:MOBILE
9 else
10 LIB_REFS = System System.Configuration
11 LIB_MCS_FLAGS =
12 endif
13
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
15
16 include ../../build/library.make