Include Mono version in corlib version
[mono.git] / mcs / build / Makefile
index 8048c5fdf3beb54fe2bdcdd761616bf177795d5b..5af3d0449898ad5d21b2a0a6ac5d1da61cf4f7f4 100644 (file)
@@ -12,7 +12,8 @@ clean-local:
 
 common/Consts.cs: common/Consts.cs.in $(wildcard config.make)
        test -n '$(MONO_VERSION)'
-       sed -e 's,@''MONO_VERSION@,$(MONO_VERSION),' $< > $@
+       test -n '$(MONO_CORLIB_VERSION)'
+       sed -e 's,@''MONO_VERSION@,$(MONO_VERSION),' -e 's,@''MONO_CORLIB_VERSION@,$(MONO_CORLIB_VERSION),' $< > $@
 
 PLATFORMS = darwin linux win32
 PROFILES = \
@@ -28,7 +29,8 @@ COMMON_SRCS = \
        Locale.cs                       \
        MonoTODOAttribute.cs \
        basic-profile-check.cs          \
-       SR.cs
+       SR.cs   \
+       AssemblyRef.cs
 
 DISTFILES = \
        README.makefiles                \
@@ -40,7 +42,6 @@ DISTFILES = \
        executable.make                 \
        gensources.sh                   \
        library.make                    \
-       nunit-summary.xsl               \
        rules.make                      \
        tests.make                      \
        $(COMMON_SRCS:%=common/%)       \