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

« back to all changes in this revision

Viewing changes to src/torrent/data/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_torrentdata.la
 
2
 
 
3
libsub_torrentdata_la_SOURCES = \
 
4
        block.cc \
 
5
        block.h \
 
6
        block_failed.h \
 
7
        block_list.cc \
 
8
        block_list.h \
 
9
        block_transfer.h \
 
10
        chunk_utils.cc \
 
11
        chunk_utils.h \
 
12
        file.cc \
 
13
        file.h \
 
14
        file_list.cc \
 
15
        file_list.h \
 
16
        file_list_iterator.cc \
 
17
        file_list_iterator.h \
 
18
        file_manager.cc \
 
19
        file_manager.h \
 
20
        file_utils.cc \
 
21
        file_utils.h \
 
22
        piece.h \
 
23
        transfer_list.cc \
 
24
        transfer_list.h
 
25
 
 
26
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. -I$(top_srcdir)
 
27
 
 
28
libtorrentincludedir = $(includedir)/torrent/data
 
29
libtorrentinclude_HEADERS = \
 
30
        block.h \
 
31
        block_list.h \
 
32
        block_transfer.h \
 
33
        chunk_utils.h \
 
34
        file.h \
 
35
        file_list.h \
 
36
        file_list_iterator.h \
 
37
        file_manager.h \
 
38
        file_utils.h \
 
39
        piece.h \
 
40
        transfer_list.h