From 92a50f731cdb098bbbb605630f335a07d839496f Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 30 Nov 2009 23:44:40 +0100 Subject: Socket connect callback working... Still need to make sure the connect syscall is correctly called --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 67353465..c3176e05 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ all: test_socket test_tunnel test_exec test_pcap -CFLAGS=-I../include/ -g -Wall +CFLAGS=-I../include/ -g -Wall -I../build/ LDFLAGS=-lssh -L../build/libssh/ test_tunnel: test_tunnel.o authentication.o connection.o -- cgit v1.2.3