aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilo <milo@r0ot.me>2010-09-30 23:50:16 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-10-02 22:52:24 +0200
commitd7581c4daa94e62c664b6d7b55d7845d47817de2 (patch)
treeaa8351585a63311720fd3f9031ef9d44c8b368ba
parent524302ca7e8dfdc11bc6aec3efa37889139ed294 (diff)
downloadlibssh-d7581c4daa94e62c664b6d7b55d7845d47817de2.tar.gz
libssh-d7581c4daa94e62c664b6d7b55d7845d47817de2.tar.xz
libssh-d7581c4daa94e62c664b6d7b55d7845d47817de2.zip
Change path to ../src instead of the old ../libssh
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index c3176e0..f6c5d98 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,6 +1,6 @@
all: test_socket test_tunnel test_exec test_pcap
CFLAGS=-I../include/ -g -Wall -I../build/
-LDFLAGS=-lssh -L../build/libssh/
+LDFLAGS=-lssh -L../build/src/
test_tunnel: test_tunnel.o authentication.o connection.o
gcc -o $@ $^ $(LDFLAGS)