mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +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
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user