mirror of https://github.com/wolfSSL/wolfssh.git
11 lines
374 B
Plaintext
11 lines
374 B
Plaintext
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
|
|
if BUILD_FWD
|
|
noinst_PROGRAMS += examples/portfwd/portfwd
|
|
examples_portfwd_portfwd_SOURCES = examples/portfwd/portfwd.c \
|
|
examples/portfwd/wolfssh_portfwd.h
|
|
examples_portfwd_portfwd_LDADD = src/libwolfssh.la
|
|
examples_portfwd_portfwd_DEPENDENCIES = src/libwolfssh.la
|
|
endif
|