Fix the build on windows
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 21 Apr 2004 23:19:48 +0000 (23:19 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 21 Apr 2004 23:19:48 +0000 (23:19 -0000)
svn path=/trunk/mcs/; revision=25799

mcs/class/System.Configuration.Install/Makefile

index d5415952acfd943e2936b7f13733863ab04cce61..054a345a5d68eb51eee186b40d19b610a3176a83 100644 (file)
@@ -3,7 +3,7 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Configuration.Install.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
+LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
 EXTRA_DISTFILES = Test/ChangeLog