~ubuntu-branches/ubuntu/utopic/dropbear/utopic-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matt Johnston
  • Date: 2005-12-08 19:20:21 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051208192021-nyp9rwnt77nsg6ty
Tags: 0.47-1
* New upstream release.
* SECURITY: Fix incorrect buffer sizing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
CLIOBJS=cli-algo.o cli-main.o cli-auth.o cli-authpasswd.o cli-kex.o \
31
31
                cli-session.o cli-service.o cli-runopts.o cli-chansession.o \
32
 
                cli-authpubkey.o cli-tcpfwd.o cli-channel.o
 
32
                cli-authpubkey.o cli-tcpfwd.o cli-channel.o cli-authinteract.o
33
33
 
34
34
CLISVROBJS=common-session.o packet.o common-algo.o common-kex.o \
35
35
                        common-channel.o common-chansession.o termcodes.o loginrec.o \
69
69
RANLIB=@RANLIB@
70
70
STRIP=@STRIP@
71
71
INSTALL=@INSTALL@
72
 
CFLAGS=-I. -I$(srcdir)/libtomcrypt @CFLAGS@
 
72
CFLAGS=-I. -I$(srcdir)/libtomcrypt/src/headers/ @CFLAGS@
73
73
LIBS=$(LTC) $(LTM) @LIBS@
74
74
LDFLAGS=@LDFLAGS@
75
75