Skip to content

Commit b0e042b

Browse files
change to adjust include.am include path instead of source code
1 parent f0e3822 commit b0e042b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/wolfsshd/include.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apps_wolfsshd_test_test_configuration_SOURCES = apps/wolfsshd/test/test_configur
1515
apps/wolfsshd/auth.c
1616
apps_wolfsshd_test_test_configuration_LDADD = src/libwolfssh.la
1717
apps_wolfsshd_test_test_configuration_DEPENDENCIES = src/libwolfssh.la
18-
apps_wolfsshd_test_test_configuration_CPPFLAGS = $(AM_CPPFLAGS) -DWOLFSSH_SSHD -DWOLFSSHD_UNIT_TEST -Iapps/wolfsshd/
18+
apps_wolfsshd_test_test_configuration_CPPFLAGS = $(AM_CPPFLAGS) -DWOLFSSH_SSHD -DWOLFSSHD_UNIT_TEST -I$(srcdir)/apps/wolfsshd/
1919

2020
DISTCLEANFILES+= apps/wolfsshd/.libs/wolfsshd \
2121
apps/wolfsshd/test/.libs/test_configuration

apps/wolfsshd/test/test_configuration.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <stdarg.h>
22

33
#include <wolfssh/ssh.h>
4-
#include <apps/wolfsshd/configuration.h>
4+
#include <configuration.h>
55

66
#ifndef WOLFSSH_DEFAULT_LOG_WIDTH
77
#define WOLFSSH_DEFAULT_LOG_WIDTH 120

0 commit comments

Comments
 (0)