# HG changeset patch # User Matt Johnston # Date 1103264815 0 # Node ID a3b58707122b6daa41c0d55d9ee05942a309ae66 # Parent fb7147e2fb04c12d27bce4820087fbb34f4832df Pristine compilation works. diff -r fb7147e2fb04 -r a3b58707122b Makefile.in --- 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@ diff -r fb7147e2fb04 -r a3b58707122b configure.in --- a/configure.in Sat Nov 27 19:58:34 2004 +0000 +++ b/configure.in Fri Dec 17 06:26:55 2004 +0000 @@ -610,5 +610,7 @@ AC_EXEEXT AC_CONFIG_HEADER(config.h) AC_OUTPUT(Makefile) +AC_OUTPUT(libtomcrypt/Makefile) +AC_OUTPUT(libtommath/Makefile) AC_MSG_RESULT() AC_MSG_RESULT(Now edit options.h to choose features.)