Merge pull request #2802 from BrzVlad/feature-evacuation-opt2
[mono.git] / mcs / class / System.EnterpriseServices / Makefile
index 9a9115f2cd773df2a655e97225f4152b6cd30443..90f38e9fc9ade77d12212d6d6ceffb38a063ab2d 100644 (file)
@@ -4,9 +4,7 @@ include ../../build/rules.make
 
 LIBRARY = System.EnterpriseServices.dll
 LIB_REFS = System.Transactions
-LIB_MCS_FLAGS = /nowarn:0168 /nowarn:0162 /r:$(corlib) /r:System.Transactions.dll
+LIB_MCS_FLAGS = /nowarn:0168 /nowarn:0162
 NO_TEST = yes
 
-EXTRA_DISTFILES = System.EnterpriseServices.Internal/ChangeLog
-
 include ../../build/library.make