Properly update the combo box selected text when the current item is changed, and...
[mono.git] / mcs / class / System.Configuration.Install / Makefile
index d5415952acfd943e2936b7f13733863ab04cce61..f94fd6c8ce1d69748424b6612958b4dce1296dcc 100644 (file)
@@ -1,11 +1,9 @@
 thisdir = class/System.Configuration.Install
-SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Configuration.Install.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
 
-EXTRA_DISTFILES = Test/ChangeLog
+NO_TEST = yes
 
 include ../../build/library.make