Merge pull request #866 from linquize/content-type-encoding
[mono.git] / mcs / tools / xbuild / Makefile
index dc251b10975ca569fb0968750cd28fc971c976ca..6b7753d8199dc5baa06134b7fd90e51ec6b0793d 100644 (file)
@@ -53,6 +53,8 @@ install-pcl-targets:
        $(INSTALL_DATA) targets/Microsoft.Portable.CSharp_4.0.targets $(DESTDIR)$(PORTABLE_TARGETS_DIR)/v4.0/Microsoft.Portable.CSharp.targets
        $(MKINSTALLDIRS) $(DESTDIR)$(PORTABLE_TARGETS_DIR)/v4.5
        $(INSTALL_DATA) targets/Microsoft.Portable.CSharp_4.5.targets $(DESTDIR)$(PORTABLE_TARGETS_DIR)/v4.5/Microsoft.Portable.CSharp.targets
+       $(INSTALL_DATA) targets/Microsoft.Portable.Core.targets $(DESTDIR)$(PORTABLE_TARGETS_DIR)/Microsoft.Portable.Core.targets
+       $(INSTALL_DATA) targets/Microsoft.Portable.Core.props $(DESTDIR)$(PORTABLE_TARGETS_DIR)/Microsoft.Portable.Core.props
 
 install-web-targets:
        $(MKINSTALLDIRS) $(DESTDIR)$(VS_TARGETS_DIR)/v9.0/WebApplications
@@ -89,6 +91,8 @@ EXTRA_DISTFILES = \
        frameworks/net_4.5.xml \
        targets/Microsoft.Portable.CSharp_4.0.targets \
        targets/Microsoft.Portable.CSharp_4.5.targets \
+       targets/Microsoft.Portable.Core.targets \
+       targets/Microsoft.Portable.Core.props \
        targets/Microsoft.WebApplication.targets \
        xbuild.make \
        xbuild_test.make