[corlib] FileInfo from referencesource
[mono.git] / mcs / class / System.Runtime.DurableInstancing / Makefile
index 4a4934ccdd9ff5bd9440089b7097799f83c51492..3db6eeb9c154442353bc23bbada7950be1cbbfb2 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Runtime.DurableInstancing.dll
-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)