# HG changeset patch # User Matt Johnston # Date 1145324010 0 # Node ID 7a11f8de297c23a8ac7c59f531082eb33354bbe7 # Parent 9916350d7d8ba0cced04dbd5489314818cf00ce8 Include CPPFLAGS in CFLAGS diff -r 9916350d7d8b -r 7a11f8de297c Makefile.in --- 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@