update include.am files for scp

pull/56/head
Chris Conlon 2018-05-02 15:44:49 -06:00
parent 2151229eb4
commit 8b6ac82158
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# All paths should be given relative to the root
noinst_PROGRAMS += examples/server/server
noinst_HEADERS += examples/server/server.h
examples_server_server_SOURCES = examples/server/server.c
examples_server_server_LDADD = src/libwolfssh.la
examples_server_server_DEPENDENCIES = src/libwolfssh.la

View File

@ -12,6 +12,7 @@ nobase_include_HEADERS+= \
wolfssh/settings.h \
wolfssh/error.h \
wolfssh/visibility.h \
wolfssh/wolfscp.h \
wolfssh/misc.h \
wolfssh/log.h \
wolfssh/test.h \