~ubuntu-branches/debian/experimental/libtorrent/experimental

« back to all changes in this revision

Viewing changes to src/protocol/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas
  • Date: 2007-03-31 10:31:05 UTC
  • mto: (4.1.4 gutsy) (6.2.1 squeeze) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20070331103105-jzpp1rml6ud0ff75
Tags: upstream-0.11.4
ImportĀ upstreamĀ versionĀ 0.11.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
noinst_LTLIBRARIES = libsub_protocol.la
2
2
 
3
3
libsub_protocol_la_SOURCES = \
 
4
        encryption_info.h \
4
5
        handshake.cc \
5
6
        handshake.h \
 
7
        handshake_encryption.cc \
 
8
        handshake_encryption.h \
6
9
        handshake_manager.cc \
7
10
        handshake_manager.h \
8
11
        peer_chunks.h \