From e48e25a548696fa89c984e788f61b1cdf91112f7 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 10 May 2005 17:01:16 +0000 Subject: [PATCH] * change include path for libtomcrypt 1.02 --HG-- extra : convert_revision : 77a587ebc40afe3a2ac02db1676dfc01044c618a --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1fa0f99..fc820dd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -69,7 +69,7 @@ AR=@AR@ 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@