Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[mono.git] / mcs / tools / wsdl / Makefile
index 709887b04f8d50545b47b469ebb98588d001ac94..786c81885f058917cf44cce45d1416c33a07b8ea 100644 (file)
@@ -2,14 +2,11 @@ thisdir = tools/wsdl
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = /r:System.Xml.dll /r:System.Web.Services.dll
+LOCAL_MCS_FLAGS = -r:System.Xml.dll -r:System.Web.Services.dll -r:System.dll
 
-ifeq (net_2_0, $(PROFILE))
-PROGRAM = wsdl2.exe
-else
 PROGRAM = wsdl.exe
-endif
 
-EXTRA_DISTFILES = wsdl2.exe.sources $(shell cat wsdl2.exe.sources)
+CLEAN_FILES = wsdl.exe wsdl2.exe *.mdb
 
 include ../../build/executable.make
+