Merge branch 'BigIntegerParse'
[mono.git] / mcs / class / Microsoft.Build.Framework / Makefile
index dad3d4c8f85778d67d7c8a245a8ba85e8ed6c32a..73f43fb74c773eab3c4c6617c6f2c3c6ede45f52 100644 (file)
@@ -2,17 +2,17 @@ thisdir = class/Microsoft.Build.Framework
 SUBDIRS = 
 include ../../build/rules.make
 
-LIBRARY = Microsoft.Build.Framework.dll
+XBUILD_DIR=$(topdir)/tools/xbuild
+include $(XBUILD_DIR)/xbuild.make
 
-ifeq (1.0, $(FRAMEWORK_VERSION))
-LIBRARY_NAME = dummy-Microsoft.Build.Framework.dll
-NO_INSTALL = yes
-NO_TEST = yes
-NO_SIGN_ASSEMBLY = yes
-endif
+LIBRARY = Microsoft.Build.Framework.dll
 
 LIB_MCS_FLAGS = \
        /r:$(corlib)                            \
        /r:System.dll
 
+EXTRA_DISTFILES = \
+       Mono.XBuild.Framework/AssemblyLoadInfo.cs
+
 include ../../build/library.make
+include $(XBUILD_DIR)/xbuild_test.make