~ubuntu-branches/ubuntu/wily/libtorrent/wily-proposed

« back to all changes in this revision

Viewing changes to src/net/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rogério Brito
  • Date: 2011-03-20 01:06:18 UTC
  • mfrom: (1.1.13 upstream) (4.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110320010618-g3wyylccqzqko73c
Tags: 0.12.7-5
* Use Steinar's "real" patch for IPv6. Addresses #490277, #618275,
  and Closes: #617791.
* Adapt libtorrent-0.12.6-ipv6-07.patch. It FTBFS otherwise.
* Add proper attibution to the IPv6 patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LTLIBRARIES = libsub_net.la
 
2
 
 
3
libsub_net_la_SOURCES = \
 
4
        address_list.cc \
 
5
        address_list.h \
 
6
        data_buffer.h \
 
7
        local_addr.cc \
 
8
        local_addr.h \
 
9
        listen.cc \
 
10
        listen.h \
 
11
        protocol_buffer.h \
 
12
        socket_base.cc \
 
13
        socket_base.h \
 
14
        socket_datagram.cc \
 
15
        socket_datagram.h \
 
16
        socket_fd.cc \
 
17
        socket_fd.h \
 
18
        socket_set.cc \
 
19
        socket_set.h \
 
20
        socket_stream.cc \
 
21
        socket_stream.h \
 
22
        throttle_internal.cc \
 
23
        throttle_internal.h \
 
24
        throttle_list.cc \
 
25
        throttle_list.h \
 
26
        throttle_node.h
 
27
 
 
28
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)