mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 18:29:50 +09:00
Change path to ../src instead of the old ../libssh
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user