diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-10 00:12:31 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-10 00:12:31 +0800 |
commit | 8013009880d085c7a4b77a5c5d5a5f1f1d586593 (patch) | |
tree | 9426e4955d7382aadee2361545a9c318051bdf50 /libtomcrypt | |
parent | 95b99cc86a757b3690c8a6cdfca225dc5a4cff7b (diff) |
pass CFLAGS to LTC_CFLAGS
Diffstat (limited to 'libtomcrypt')
-rw-r--r-- | libtomcrypt/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtomcrypt/Makefile.in b/libtomcrypt/Makefile.in index 19d3074..34b6dc8 100644 --- a/libtomcrypt/Makefile.in +++ b/libtomcrypt/Makefile.in @@ -40,7 +40,7 @@ RANLIB = ranlib 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 |