# HG changeset patch # User Matt Johnston # Date 1518192751 -28800 # Node ID 190b7af3bdacfb40d3951d71b3aa9bb379e66e02 # Parent 6e09cb3d1230b78ff69e89261481628fdf2b7ff8 pass CFLAGS to LTC_CFLAGS diff -r 6e09cb3d1230 -r 190b7af3bdac libtomcrypt/Makefile.in --- a/libtomcrypt/Makefile.in Sat Feb 10 00:12:22 2018 +0800 +++ b/libtomcrypt/Makefile.in Sat Feb 10 00:12:31 2018 +0800 @@ -40,7 +40,7 @@ EXTRALIBS = ../libtommath/libtommath.a #Compilation flags -LTC_CFLAGS = -Isrc/headers/ -I$(srcdir)/src/headers/ -I../ -I$(srcdir)/../ -DLTC_SOURCE -I../libtommath/ -I$(srcdir)/../libtommath/ +LTC_CFLAGS = -Isrc/headers/ -I$(srcdir)/src/headers/ -I../ -I$(srcdir)/../ -DLTC_SOURCE -I../libtommath/ -I$(srcdir)/../libtommath/ $(CFLAGS) LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS) VERSION=1.18.1