2007-06-18 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Configuration / Makefile
index 365f72b1c4fc71caee7794af38c40afbe8a31714..f85b0acba600f634e169e358497fd7c778cb1690 100644 (file)
@@ -3,10 +3,10 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Configuration.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+LIBRARY_USE_INTERMEDIATE_FILE = yes
 
-EXTRA_DISTFILES = Test/ChangeLog
+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
 VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0, $(PROFILE))