[bcl] Specify the name of the key file on the command line instead of using the Assem...
[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 KEYFILE = ../ecma.pub
7 ifdef MOBILE_PROFILE
8 LIB_REFS = System
9 LIB_MCS_FLAGS = /define:MOBILE
10 else
11 LIB_REFS = System System.Configuration
12 LIB_MCS_FLAGS =
13 endif
14
15 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
16
17 include ../../build/library.make