From 6fbda9e8131f12c6e40a996328990d3d10f1ee3f Mon Sep 17 00:00:00 2001 From: Lluis Sanchez Date: Tue, 16 Oct 2012 13:30:05 +0200 Subject: [PATCH] Add some more files to the generated bin-zip --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2dd19c1d5..b9a2ab8fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,9 @@ bin-zip: unix2dos $(BIN_PACKAGE_DIR)/COPYING.txt cp bin/mautil.exe $(BIN_PACKAGE_DIR) cp bin/Mono.Addins.dll $(BIN_PACKAGE_DIR) + cp bin/Mono.Addins.xml $(BIN_PACKAGE_DIR) cp bin/Mono.Addins.Setup.dll $(BIN_PACKAGE_DIR) + cp bin/Mono.Addins.Setup.xml $(BIN_PACKAGE_DIR) cp bin/Mono.Addins.CecilReflector.dll $(BIN_PACKAGE_DIR) cp support/ICSharpCode.SharpZipLib.license.txt $(BIN_PACKAGE_DIR) cp support/ICSharpCode.SharpZipLib.dll $(BIN_PACKAGE_DIR)