summaryrefslogtreecommitdiff
path: root/libtomcrypt
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 /libtomcrypt
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 'libtomcrypt')
-rw-r--r--libtomcrypt/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtomcrypt/Makefile.in b/libtomcrypt/Makefile.in
index c863dfe..15777d2 100644
--- a/libtomcrypt/Makefile.in
+++ b/libtomcrypt/Makefile.in
@@ -42,7 +42,7 @@ ARFLAGS = r
EXTRALIBS = ../libtommath/libtommath.a
#Compilation flags
-LTC_CFLAGS = -Isrc/headers/ -I$(srcdir)/src/headers/ -I$(srcdir)/../src -DLTC_SOURCE -I../libtommath/ -I$(srcdir)/../libtommath/ $(CFLAGS) $(CPPFLAGS)
+LTC_CFLAGS = -Isrc/headers/ -I$(srcdir)/src/headers/ -I$(srcdir)/.. -I$(srcdir)/../src -DLTC_SOURCE -I../libtommath/ -I$(srcdir)/../libtommath/ $(CFLAGS) $(CPPFLAGS)
LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
VERSION=1.18.1