* change include path for libtomcrypt 1.02

--HG--
extra : convert_revision : 77a587ebc40afe3a2ac02db1676dfc01044c618a
This commit is contained in:
Matt Johnston 2005-05-10 17:01:16 +00:00
parent 7b403dc57f
commit e48e25a548

View File

@ -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@