Change path to ../src instead of the old ../libssh
Этот коммит содержится в:
родитель
524302ca7e
Коммит
d7581c4daa
@ -1,6 +1,6 @@
|
|||||||
all: test_socket test_tunnel test_exec test_pcap
|
all: test_socket test_tunnel test_exec test_pcap
|
||||||
CFLAGS=-I../include/ -g -Wall -I../build/
|
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
|
test_tunnel: test_tunnel.o authentication.o connection.o
|
||||||
gcc -o $@ $^ $(LDFLAGS)
|
gcc -o $@ $^ $(LDFLAGS)
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user