2009-02-03 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / build / Makefile
index 46b6d086400d8c5e1f750797ee1c066c1ffd9677..ac5e80124426eaaa34b66b7968930c38660bc679 100644 (file)
@@ -14,7 +14,7 @@ common/Consts.cs: common/Consts.cs.in $(wildcard config.make)
        test -n '$(MONO_VERSION)'
        sed -e 's,@''MONO_VERSION@,$(MONO_VERSION),' $< > $@
 
-PLATFORMS = linux win32
+PLATFORMS = darwin linux win32
 PROFILES = \
        basic \
        net_1_1_bootstrap \
@@ -41,6 +41,7 @@ DISTFILES = \
        corcompare-api.xsl              \
        executable.make                 \
        library.make                    \
+       nunit-summary.xsl               \
        rules.make                      \
        $(COMMON_SRCS:%=common/%)       \
        $(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)