summaryrefslogtreecommitdiff
path: root/libtommath/Makefile.in
diff options
context:
space:
mode:
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 f1cb59c..1f17c57 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../ -I$(srcdir)/../
+CFLAGS += -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I$(srcdir)/../src
CFLAGS += -Wno-deprecated
CFLAGS += $(CPPFLAGS)