mirror of https://github.com/wolfSSL/wolfssh.git
11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
|
|
if BUILD_EXAMPLE_CLIENTS
|
|
noinst_PROGRAMS += examples/client/client
|
|
examples_client_client_SOURCES = examples/client/client.c \
|
|
examples/client/client.h
|
|
examples_client_client_LDADD = src/libwolfssh.la
|
|
examples_client_client_DEPENDENCIES = src/libwolfssh.la
|
|
endif
|