[smuxi] Build: use Nini and log4net from lib/ instead of bin/ in dist-linux-static



commit c795a6467fbce1a6eb51110b35dc0090ee90783f
Author: Mirco Bauer <meebey meebey net>
Date:   Thu May 14 05:38:03 2015 +0200

    Build: use Nini and log4net from lib/ instead of bin/ in dist-linux-static

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6b0b1b9..fc3750b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -292,8 +292,8 @@ dist-linux-static:
        mkbundle --deps --static -z -L $(BUILD_DIR) \
          -o $(LINUX_STATIC_BUILD_DIR)/smuxi-server \
          $(BUILD_DIR)/smuxi-server.exe \
-         $(BUILD_DIR)/log4net.dll \
-         $(BUILD_DIR)/Nini.dll \
+         $(LIB_DIR)/log4net.dll \
+         $(LIB_DIR)/Nini.dll \
          $(BUILD_DIR)/smuxi-common.dll \
          $(BUILD_DIR)/smuxi-engine.dll \
          $(BUILD_DIR)/Db4objects.Db4o.dll \


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