Almost eliminate wrong use of Constants.WsaNamespace.
[mono.git] / mcs / class / System.Runtime.Caching / Makefile
index 63f31cafc4ee25c13b109b0216140f1f614bc2b1..e72dfce0e5f98784c4a65847b8b2ea0f56153eaf 100644 (file)
@@ -3,8 +3,10 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Runtime.Caching.dll
-LIB_MCS_FLAGS = /r:System.dll \
-               /r:System.Data.dll
+LIB_MCS_FLAGS = -r:System.dll \
+               -r:System.Data.dll \
+               -r:System.Configuration.dll \
+               -r:System.Core.dll
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)