Merge pull request #3802 from lambdageek/dev-reference-attr-take3
[mono.git] / mcs / build / Makefile
index 8ca1e7c7fa257ad5fd1c95d5afcf1c3566940838..14ad0cbd10c74283e2d25bc4cb1682d77c5dcb90 100644 (file)
@@ -18,8 +18,8 @@ PLATFORMS = darwin linux win32
 PROFILES = \
        basic \
        build \
-       net_4_0 \
-       net_4_5 \
+       binary_reference_assemblies \
+       net_4_x \
        xbuild_12 \
        xbuild_14
 
@@ -28,7 +28,8 @@ COMMON_SRCS = \
        Locale.cs                       \
        MonoTODOAttribute.cs \
        basic-profile-check.cs          \
-       SR.cs
+       SR.cs   \
+       AssemblyRef.cs
 
 DISTFILES = \
        README.makefiles                \
@@ -40,7 +41,6 @@ DISTFILES = \
        executable.make                 \
        gensources.sh                   \
        library.make                    \
-       nunit-summary.xsl               \
        rules.make                      \
        tests.make                      \
        $(COMMON_SRCS:%=common/%)       \