diff Makefile.in @ 319:7a11f8de297c

Include CPPFLAGS in CFLAGS
author Matt Johnston <matt@ucc.asn.au>
date Tue, 18 Apr 2006 01:33:30 +0000
parents 1b9e69c058d2
children 59531221b846
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@