~ubuntu-branches/ubuntu/oneiric/libtorrent/oneiric

« back to all changes in this revision

Viewing changes to src/protocol/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Hahler
  • Date: 2008-05-11 18:19:39 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080511181939-9jvdv3ifbmr2a17o
Tags: 0.12.2-0ubuntu1
* New upstream release
* debian/patches/01-fix-gcc43.patch:
  Fix build with GCC 4.3, taken from bug report at
  http://libtorrent.rakshasa.no/ticket/1266.
  Patch by Philipp Reh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
LTLIBRARIES = $(noinst_LTLIBRARIES)
47
47
libsub_protocol_la_LIBADD =
48
48
am_libsub_protocol_la_OBJECTS = extensions.lo handshake.lo \
49
 
        handshake_encryption.lo handshake_manager.lo \
 
49
        handshake_encryption.lo handshake_manager.lo initial_seed.lo \
50
50
        peer_connection_base.lo peer_connection_leech.lo \
51
 
        peer_connection_seed.lo peer_factory.lo request_list.lo
 
51
        peer_factory.lo request_list.lo
52
52
libsub_protocol_la_OBJECTS = $(am_libsub_protocol_la_OBJECTS)
53
53
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
54
54
depcomp = $(SHELL) $(top_srcdir)/depcomp
203
203
        handshake_encryption.h \
204
204
        handshake_manager.cc \
205
205
        handshake_manager.h \
 
206
        initial_seed.cc \
 
207
        initial_seed.h \
206
208
        peer_chunks.h \
207
209
        peer_connection_base.cc \
208
210
        peer_connection_base.h \
209
211
        peer_connection_leech.cc \
210
212
        peer_connection_leech.h \
211
 
        peer_connection_seed.cc \
212
 
        peer_connection_seed.h \
213
213
        peer_factory.cc \
214
214
        peer_factory.h \
215
215
        protocol_base.h \
272
272
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handshake.Plo@am__quote@
273
273
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handshake_encryption.Plo@am__quote@
274
274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handshake_manager.Plo@am__quote@
 
275
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/initial_seed.Plo@am__quote@
275
276
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peer_connection_base.Plo@am__quote@
276
277
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peer_connection_leech.Plo@am__quote@
277
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peer_connection_seed.Plo@am__quote@
278
278
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peer_factory.Plo@am__quote@
279
279
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/request_list.Plo@am__quote@
280
280