Merge pull request #2819 from BrzVlad/fix-major-log
[mono.git] / mcs / class / Mono.Data.Tds / Makefile
index 53ed46d7b7fdb1caebe521ce021829ee08ba9445..f1764c2282bff00b3e63a2fbdf97489cb93e5f22 100644 (file)
@@ -3,8 +3,10 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = Mono.Data.Tds.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll /r:Mono.Security.dll
+LIB_REFS = System System.Xml Mono.Security
+LIB_MCS_FLAGS =
 
-TEST_MCS_FLAGS = /r:System.dll /r:System.Net.dll 
+TEST_MCS_FLAGS =
+TEST_LIB_REFS = System System.Net 
 
 include ../../build/library.make