aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-11-30 23:44:40 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2009-11-30 23:44:40 +0100
commit92a50f731cdb098bbbb605630f335a07d839496f (patch)
tree48b586e16741a3cd775fa197adc700bcf7e143b3 /tests/Makefile
parent76d6838223718a5432baddb4fa5b3e82440c9ff2 (diff)
downloadlibssh-92a50f731cdb098bbbb605630f335a07d839496f.tar.gz
libssh-92a50f731cdb098bbbb605630f335a07d839496f.tar.xz
libssh-92a50f731cdb098bbbb605630f335a07d839496f.zip
Socket connect callback working...
Still need to make sure the connect syscall is correctly called
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
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