From a4b060276fe4f96f8cf889547a8f0fd795b6067a Mon Sep 17 00:00:00 2001 From: ketmar Date: Mon, 5 Jan 2009 00:33:09 +0200 Subject: [PATCH] retargeted to the newest k8jam --- Jamrules | 1 + ztest.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index 5576d24..7db2c2d 100644 --- a/Jamrules +++ b/Jamrules @@ -7,5 +7,6 @@ OPTIM += -Wall ; ALL_LOCATE_TARGET = $(TOP)/_build ; ALL_LOCATE_BIN = $(TOP) ; +ALL_LOCATE_LIBSO = $(TOP) ; HDRS += $(TOP)/common ; diff --git a/ztest.sh b/ztest.sh index 03b7869..dbe6281 100755 --- a/ztest.sh +++ b/ztest.sh @@ -2,7 +2,7 @@ export TUMFW_DEBUG=3 export TUMFW_DEBUG_FILE=/home/ketmar/k8prj/usermode_fw/_zlog.txt -export LD_PRELOAD=/home/ketmar/k8prj/usermode_fw/_build/libtsocksy.so +export LD_PRELOAD=/home/ketmar/k8prj/usermode_fw/libtsocksy.so #sh ztest_1.sh #sleep 4 telnet ketmar.pb.id 80 <_qqq.txt -- 2.11.4.GIT