[corlib] FileInfo from referencesource
[mono.git] / mcs / class / System.Runtime.DurableInstancing / Makefile
index 371f0abb5cbf8d58f7afb3a0e51e703090cde2aa..3db6eeb9c154442353bc23bbada7950be1cbbfb2 100644 (file)
@@ -3,8 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Runtime.DurableInstancing.dll
-LIB_REFS = System System.Xml System.Runtime.Serialization System.Core System.Xml.Linq
-LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.Core.dll -r:System.Xml.Linq.dll
+LIB_REFS = System System.Xml System.Core System.Xml.Linq System.Transactions System.ServiceModel.Internals System.Runtime.Serialization
+LIB_MCS_FLAGS =
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)