Merge pull request #600 from tr8dr/master
[mono.git] / mcs / class / WebMatrix.Data / Makefile
index 6837c52076b268049649dfd1d5dd3ede7a968c94..30411d736ae49f50482ff735826297c9de35d7ab 100644 (file)
@@ -6,5 +6,5 @@ LIBRARY = WebMatrix.Data.dll
 
 include ../../build/library.make
 
-LIB_MCS_FLAGS += -r:$(corlib) -r:System.dll -r:System.Data.dll -r:System.Core.dll -r:System.Configuration.dll
-TEST_MCS_FLAGS += -r:System.dll -r:System.Data.dll
+LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Data.dll -r:System.Core.dll -r:System.Configuration.dll
+TEST_MCS_FLAGS = -r:System.dll -r:System.Core.dll -r:System.Data.dll -r:Mono.Data.Sqlite.dll -r:Microsoft.CSharp.dll