2010-02-01 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / System.EnterpriseServices / Makefile
index d48a8c4a427a45271d97e68effa0c069e3c83f07..27d35840cc5e027ce5239552e3f8476253d2aa80 100644 (file)
@@ -6,6 +6,10 @@ LIBRARY = System.EnterpriseServices.dll
 LIB_MCS_FLAGS = /nowarn:0168 /nowarn:0162 /r:$(corlib)
 NO_TEST = yes
 
+ifneq (net_1_1, $(PROFILE))
+LIB_MCS_FLAGS += /r:System.Transactions.dll
+endif
+
 EXTRA_DISTFILES = System.EnterpriseServices.Internal/ChangeLog
 
 include ../../build/library.make