* Makefile (EXTRA_DISTFILES): Distribute wsdl2.exe.sources.
[mono.git] / mcs / tools / wsdl / Makefile
1 thisdir = tools/wsdl
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = /r:System.Xml.dll /r:System.Web.Services.dll
6
7 ifeq (net_2_0, $(PROFILE))
8 PROGRAM = wsdl2.exe
9 else
10 PROGRAM = wsdl.exe
11 endif
12
13 EXTRA_DISTFILES = wsdl2.exe.sources
14
15 include ../../build/executable.make