changeset 319:7a11f8de297c

Include CPPFLAGS in CFLAGS
author Matt Johnston <matt@ucc.asn.au>
date Tue, 18 Apr 2006 01:33:30 +0000
parents 9916350d7d8b
children 08b69964e408 fa9c45d09727
files Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Wed Apr 12 05:51:32 2006 +0000
+++ b/Makefile.in	Tue Apr 18 01:33:30 2006 +0000
@@ -69,7 +69,8 @@
 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@