# HG changeset patch # User Matt Johnston # Date 1115744476 0 # Node ID a6eb598d868660f98fbc082db9821a1fbcb3d691 # Parent e972be139cb5444e7f96c3d9a10348624544ae7c * change include path for libtomcrypt 1.02 diff -r e972be139cb5 -r a6eb598d8686 Makefile.in --- 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@