[smuxi] Build: add all needed assemblies to static Linux build



commit ab9253ec0cc3f44d0e0ea95528e34d052ed10a35
Author: Mirco Bauer <meebey meebey net>
Date:   Tue Apr 29 23:19:26 2014 +0200

    Build: add all needed assemblies to static Linux build

 Makefile.am |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a8dfd5a..df1044b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -286,7 +286,15 @@ dist-linux-static:
          --disable-frontend-gnome --disable-frontend-stfl
        $(MAKE)
        mkdir -p $(LINUX_STATIC_BUILD_DIR)
-       mkbundle --static -o $(LINUX_STATIC_BUILD_DIR)/smuxi-server $(BUILD_DIR)/smuxi-server.exe
+       mkbundle --deps --static -z -L $(BUILD_DIR) \
+         -o $(LINUX_STATIC_BUILD_DIR)/smuxi-server \
+         $(BUILD_DIR)/log4net.dll \
+         $(BUILD_DIR)/Nini.dll \
+         $(BUILD_DIR)/smuxi-server.exe \
+         $(BUILD_DIR)/smuxi-common.dll \
+         $(BUILD_DIR)/smuxi-engine.dll \
+         $(BUILD_DIR)/Db4objects.Db4o.dll \
+         $(BUILD_DIR)/ServiceStack.Text.dll
        for FILE in $(LINUX_STATIC_FILES); do \
                cp $$FILE $(LINUX_STATIC_BUILD_DIR); \
        done


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]