mirror of https://github.com/wolfSSL/wolfssh.git
11 lines
325 B
Plaintext
11 lines
325 B
Plaintext
# vim:ft=automake
|
|
# included from Top Level Makefile.am
|
|
# All paths should be given relative to the root
|
|
|
|
include apps/wolfssh/include.am
|
|
include apps/wolfsshd/include.am
|
|
|
|
noinst_PROGRAMS += apps/wolfssh-options
|
|
apps_wolfssh_options_SOURCES = apps/wolfssh-options.c
|
|
apps_wolfssh_options_DEPENDENCIES = src/libwolfssh.la
|