changeset 197:a6eb598d8686

* change include path for libtomcrypt 1.02
author Matt Johnston <matt@ucc.asn.au>
date Tue, 10 May 2005 17:01:16 +0000
parents e972be139cb5
children 65585699d980
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon May 09 09:32:33 2005 +0000
+++ b/Makefile.in	Tue May 10 17:01:16 2005 +0000
@@ -69,7 +69,7 @@
 RANLIB=@RANLIB@
 STRIP=@STRIP@
 INSTALL=@INSTALL@
-CFLAGS=-I. -I$(srcdir)/libtomcrypt @CFLAGS@
+CFLAGS=-I. -I$(srcdir)/libtomcrypt/src/headers/ @CFLAGS@
 LIBS=$(LTC) $(LTM) @LIBS@
 LDFLAGS=@LDFLAGS@