Merge pull request #2802 from BrzVlad/feature-evacuation-opt2
[mono.git] / mcs / class / System.EnterpriseServices / Makefile
index 27d35840cc5e027ce5239552e3f8476253d2aa80..90f38e9fc9ade77d12212d6d6ceffb38a063ab2d 100644 (file)
@@ -3,13 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.EnterpriseServices.dll
-LIB_MCS_FLAGS = /nowarn:0168 /nowarn:0162 /r:$(corlib)
+LIB_REFS = System.Transactions
+LIB_MCS_FLAGS = /nowarn:0168 /nowarn:0162
 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