Skip to content
Snippets Groups Projects
Commit b6b96f88 authored by Matt Johnston's avatar Matt Johnston
Browse files

Include CPPFLAGS in CFLAGS

--HG--
extra : convert_revision : 138a11bc1e2babcd8b1182e6cb2a85d4e9404b11
parent c1b60214
Branches
Tags libtommath-0.35
No related merge requests found
......@@ -69,7 +69,8 @@ AR=@AR@
RANLIB=@RANLIB@
STRIP=@STRIP@
INSTALL=@INSTALL@
CFLAGS=-I. -I$(srcdir)/libtomcrypt/src/headers/ @CFLAGS@
CPPFLAGS=@CPPFLAGS@
CFLAGS=-I. -I$(srcdir)/libtomcrypt/src/headers/ $(CPPFLAGS) @CFLAGS@
LIBS=$(LTC) $(LTM) @LIBS@
LDFLAGS=@LDFLAGS@
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment