~ubuntu-branches/ubuntu/vivid/libssh2/vivid-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mikhail Gusarov
  • Date: 2010-02-28 13:11:14 UTC
  • mto: (1.1.6 upstream) (2.1.8 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20100228131114-g8d2ps9p1u8i80s3
Tags: upstream-1.2.4
ImportĀ upstreamĀ versionĀ 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
50
        $(ACLOCAL_M4)
51
51
mkinstalldirs = $(install_sh) -d
52
 
CONFIG_HEADER = libssh2_config.h
 
52
CONFIG_HEADER = libssh2_config.h \
 
53
        $(top_builddir)/example/libssh2_config.h
53
54
CONFIG_CLEAN_FILES =
54
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55
56
am__vpath_adj = case $$p in \
63
64
libssh2_la_LIBADD =
64
65
am__objects_1 = channel.lo comp.lo crypt.lo hostkey.lo kex.lo mac.lo \
65
66
        misc.lo packet.lo publickey.lo scp.lo session.lo sftp.lo \
66
 
        userauth.lo transport.lo version.lo knownhost.lo openssl.lo \
67
 
        libgcrypt.lo pem.lo
 
67
        userauth.lo transport.lo version.lo knownhost.lo agent.lo \
 
68
        openssl.lo libgcrypt.lo pem.lo
68
69
am__objects_2 =
69
70
am_libssh2_la_OBJECTS = $(am__objects_1) $(am__objects_2)
70
71
libssh2_la_OBJECTS = $(am_libssh2_la_OBJECTS)
216
217
AUTOMAKE_OPTIONS = foreign nostdinc
217
218
CSOURCES = channel.c comp.c crypt.c hostkey.c kex.c mac.c misc.c \
218
219
 packet.c publickey.c scp.c session.c sftp.c userauth.c transport.c \
219
 
 version.c knownhost.c openssl.c libgcrypt.c pem.c
 
220
 version.c knownhost.c agent.c openssl.c libgcrypt.c pem.c
220
221
 
221
222
HHEADERS = libssh2_priv.h openssl.h libgcrypt.h transport.h channel.h comp.h mac.h misc.h
222
223
 
348
349
distclean-compile:
349
350
        -rm -f *.tab.c
350
351
 
 
352
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/agent.Plo@am__quote@
351
353
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Plo@am__quote@
352
354
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comp.Plo@am__quote@
353
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt.Plo@am__quote@