[msvc] Update csproj files (#4822)
[mono.git] / mcs / class / System.Configuration.Install / Makefile
index 054a345a5d68eb51eee186b40d19b610a3176a83..cc8b4f8e95c096df78e66cd908d2ec93d242a37a 100644 (file)
@@ -1,11 +1,10 @@
 thisdir = class/System.Configuration.Install
-SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Configuration.Install.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+LIB_REFS = System System.Xml
+LIB_MCS_FLAGS =
 
-EXTRA_DISTFILES = Test/ChangeLog
+NO_TEST = yes
 
 include ../../build/library.make