From b0e042b3fabb3e390f28174195d87b8b5f1b8bc4 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 23 Sep 2022 15:31:38 -0600 Subject: [PATCH] change to adjust include.am include path instead of source code --- apps/wolfsshd/include.am | 2 +- apps/wolfsshd/test/test_configuration.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/wolfsshd/include.am b/apps/wolfsshd/include.am index 9342a24e..9a3d68c1 100644 --- a/apps/wolfsshd/include.am +++ b/apps/wolfsshd/include.am @@ -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 diff --git a/apps/wolfsshd/test/test_configuration.c b/apps/wolfsshd/test/test_configuration.c index 9ef8f8c0..1528731e 100644 --- a/apps/wolfsshd/test/test_configuration.c +++ b/apps/wolfsshd/test/test_configuration.c @@ -1,7 +1,7 @@ #include #include -#include +#include #ifndef WOLFSSH_DEFAULT_LOG_WIDTH #define WOLFSSH_DEFAULT_LOG_WIDTH 120