Include CPPFLAGS in CFLAGS

--HG--
extra : convert_revision : 138a11bc1e2babcd8b1182e6cb2a85d4e9404b11
This commit is contained in:
Matt Johnston 2006-04-18 01:33:30 +00:00
parent c1b602145f
commit b6b96f8841

View File

@ -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@