summaryrefslogtreecommitdiff
path: root/libtommath/Makefile.in
diff options
context:
space:
mode:
authorTJ Kolev <tjkolev@gmail.com>2023-02-03 11:19:26 -0600
committerTJ Kolev <tjkolev@gmail.com>2023-02-03 11:19:26 -0600
commit82c3ffe7019e1db4727d7e292bf9ab88b56de278 (patch)
tree39e3176f1c5dc00a8c897bceb783ff7671e7a22f /libtommath/Makefile.in
parente4ee42ea2063e1b97fc2939140da30b589975773 (diff)
downloaddropbear-82c3ffe7019e1db4727d7e292bf9ab88b56de278.tar.gz
Dropbear SSH File Reorg
The GitHub pipeline is based on the build.yml setup, which previously escaped me. That script relies on default_options.h to be at top of the repo, as it uses it to generate its own localoptions.h for various test sceanrios. * default_options.h moved back to the top. * config.h is also generated in the top folder. * localoptions.h also stays at the top folder. * Readjusted (reverted) the affected Makefile.in-s. * Added notes about the generated file dependencies. * Adjusted references to above files in the .md docs. tjk :)
Diffstat (limited to 'libtommath/Makefile.in')
-rw-r--r--libtommath/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/Makefile.in b/libtommath/Makefile.in
index 1f17c57..d44fc38 100644
--- a/libtommath/Makefile.in
+++ b/libtommath/Makefile.in
@@ -6,7 +6,7 @@ VPATH=@srcdir@
srcdir=@srcdir@
# So that libtommath can include Dropbear headers for options and m_burn()
-CFLAGS += -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I$(srcdir)/../src
+CFLAGS += -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I$(srcdir)/.. -I$(srcdir)/../src
CFLAGS += -Wno-deprecated
CFLAGS += $(CPPFLAGS)