Merge pull request #2720 from mono/fix-39325
[mono.git] / mcs / tools / nunitreport / Makefile
1 thisdir = tools/nunitreport
2 SUBDIRS = 
3 NO_INSTALL = 1
4 include ../../build/rules.make
5
6 LOCAL_MCS_FLAGS = -r:System.Xml.dll
7
8 EXTRA_DISTFILES = \
9         Media/*.png             \
10         Media/scripts.js        \
11         Media/style.css
12
13 PROGRAM = nunitreport.exe
14
15 include ../../build/executable.make
16