Mercurial > dropbear
diff Makefile.in @ 137:a3b58707122b
Pristine compilation works.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 17 Dec 2004 06:26:55 +0000 |
parents | c56d40d54538 |
children | b9d3f725e00b |
line wrap: on
line diff
--- a/Makefile.in Sat Nov 27 19:58:34 2004 +0000 +++ b/Makefile.in Fri Dec 17 06:26:55 2004 +0000 @@ -54,6 +54,9 @@ dropbearconvertobjs=$(COMMONOBJS) $(CONVERTOBJS) scpobjs=$(SCPOBJS) +VPATH=@srcdir@ +srcdir=@srcdir@ + prefix=@prefix@ exec_prefix=${prefix} bindir=${exec_prefix}/bin @@ -65,7 +68,7 @@ RANLIB=@RANLIB@ STRIP=@STRIP@ INSTALL=@INSTALL@ -CFLAGS=-Ilibtomcrypt @CFLAGS@ +CFLAGS=-I. -I$(srcdir)/libtomcrypt @CFLAGS@ LIBS=$(LTC) $(LTM) @LIBS@ LDFLAGS=@LDFLAGS@