2006-05-10 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Configuration / Makefile
index 29bbd5d03bc1e6bf3e559a58c0d9269da8d4c4af..f85b0acba600f634e169e358497fd7c778cb1690 100644 (file)
@@ -5,7 +5,7 @@ include ../../build/rules.make
 LIBRARY = System.Configuration.dll
 LIBRARY_USE_INTERMEDIATE_FILE = yes
 
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
+LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Xml.dll -r:System.Security.dll
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
 # This is a .NET 2.0 only assembly