mirror of https://github.com/wolfSSL/wolfssh.git
change to adjust include.am include path instead of source code
parent
f0e3822b13
commit
b0e042b3fa
|
@ -15,7 +15,7 @@ apps_wolfsshd_test_test_configuration_SOURCES = apps/wolfsshd/test/test_configur
|
|||
apps/wolfsshd/auth.c
|
||||
apps_wolfsshd_test_test_configuration_LDADD = src/libwolfssh.la
|
||||
apps_wolfsshd_test_test_configuration_DEPENDENCIES = src/libwolfssh.la
|
||||
apps_wolfsshd_test_test_configuration_CPPFLAGS = $(AM_CPPFLAGS) -DWOLFSSH_SSHD -DWOLFSSHD_UNIT_TEST -Iapps/wolfsshd/
|
||||
apps_wolfsshd_test_test_configuration_CPPFLAGS = $(AM_CPPFLAGS) -DWOLFSSH_SSHD -DWOLFSSHD_UNIT_TEST -I$(srcdir)/apps/wolfsshd/
|
||||
|
||||
DISTCLEANFILES+= apps/wolfsshd/.libs/wolfsshd \
|
||||
apps/wolfsshd/test/.libs/test_configuration
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#include <wolfssh/ssh.h>
|
||||
#include <apps/wolfsshd/configuration.h>
|
||||
#include <configuration.h>
|
||||
|
||||
#ifndef WOLFSSH_DEFAULT_LOG_WIDTH
|
||||
#define WOLFSSH_DEFAULT_LOG_WIDTH 120
|
||||
|
|
Loading…
Reference in New Issue