Merge pull request #901 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / class / Microsoft.Build.Utilities / Makefile
index 79888a2a3b4491391527253aa3414c3178094379..0951df6adba0913037273067e21faf575badef62 100644 (file)
@@ -13,7 +13,7 @@ LIB_MCS_FLAGS = \
        /r:System.dll                           \
        /r:$(XBUILD_FRAMEWORK)
 
-TEST_MCS_FLAGS = /r:$(XBUILD_FRAMEWORK) -r:System.dll -r:System.Core.dll
+TEST_MCS_FLAGS = /r:$(XBUILD_ENGINE) /r:$(XBUILD_FRAMEWORK) -r:System.dll -r:System.Core.dll
 
 include $(XBUILD_DIR)/xbuild_test.make
 include ../../build/library.make