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

« back to all changes in this revision

Viewing changes to src/torrent/peer/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_torrentpeer.la
 
2
 
 
3
libsub_torrentpeer_la_SOURCES = \
 
4
        client_info.cc \
 
5
        client_info.h \
 
6
        client_list.cc \
 
7
        client_list.h \
 
8
        connection_list.cc \
 
9
        connection_list.h \
 
10
        peer.cc \
 
11
        peer.h \
 
12
        peer_info.cc \
 
13
        peer_info.h \
 
14
        peer_list.cc \
 
15
        peer_list.h
 
16
 
 
17
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. -I$(top_srcdir)
 
18
 
 
19
libtorrentincludedir = $(includedir)/torrent/peer
 
20
libtorrentinclude_HEADERS = \
 
21
        client_info.h \
 
22
        client_list.h \
 
23
        connection_list.h \
 
24
        peer.h \
 
25
        peer_info.h \
 
26
        peer_list.h