From d7581c4daa94e62c664b6d7b55d7845d47817de2 Mon Sep 17 00:00:00 2001 From: milo Date: Thu, 30 Sep 2010 23:50:16 +0200 Subject: Change path to ../src instead of the old ../libssh --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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) -- cgit