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

« back to all changes in this revision

Viewing changes to src/dht/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_dht.la
 
2
 
 
3
libsub_dht_la_SOURCES = \
 
4
        dht_bucket.cc \
 
5
        dht_bucket.h \
 
6
        dht_hash_map.h \
 
7
        dht_node.cc \
 
8
        dht_node.h \
 
9
        dht_router.cc \
 
10
        dht_router.h \
 
11
        dht_server.cc \
 
12
        dht_server.h \
 
13
        dht_tracker.cc \
 
14
        dht_tracker.h \
 
15
        dht_transaction.cc \
 
16
        dht_transaction.h
 
17
 
 
18
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)