diff options
author | Matt Johnston <matt@ucc.asn.au> | 2005-05-10 17:01:16 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2005-05-10 17:01:16 +0000 |
commit | e48e25a548696fa89c984e788f61b1cdf91112f7 (patch) | |
tree | b3574e04d97f19ccac0beb7bfbbd48d72c9a1b35 /Makefile.in | |
parent | 7b403dc57f0309360e6e431f2bf415cc8100024e (diff) |
* change include path for libtomcrypt 1.02
--HG--
extra : convert_revision : 77a587ebc40afe3a2ac02db1676dfc01044c618a
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |