1 ACLOCAL_AMFLAGS = -I m4
2 SUBDIRS = include @ZLIBDIR@ src @EXAMPLESDIR@ @TESTSDIR@
3 EXTRA_DIST = autotool.sh docs/manual.html docs/manual.rst docs/extension_protocol.rst \
4 docs/extension_protocol.html \
5 docs/projects.rst docs/projects.html \
6 docs/building.rst docs/building.html \
7 docs/running_tests.rst docs/running_tests.html \
8 docs/index.rst docs/index.html \
9 docs/python_binding.rst docs/python_binding.html \
10 docs/udp_tracker_protocol.rst docs/udp_tracker_protocol.html \
11 docs/client_test.rst docs/client_test.html \
12 docs/dht_extensions.html docs/dht_extensions.rst \
13 docs/examples.html docs/examples.rst \
14 docs/features.html docs/features.rst \
15 docs/arctic_thumb.png \
19 docs/bitbuddy_thumb.jpg \
20 docs/bitscast_thumb.png \
21 docs/bitslug_thumb.png \
22 docs/bitrocket_thumb.png \
25 docs/acquasition.jpg \
29 docs/halite_thumb.png \
30 docs/electric_sheep_thumb.jpg \
31 docs/moopolice_thumb.gif \
32 docs/qbittorrent_thumb.jpg \
33 docs/ziptorrent_thumb.gif \
34 docs/unicode_support.png docs/client_test.png docs/style.css Jamfile project-root.jam \
35 libtorrent-rasterbar.pc \
37 bindings/python/Jamfile \
38 bindings/python/client.py \
39 bindings/python/simple_client.py \
40 bindings/python/src/alert.cpp \
41 bindings/python/src/big_number.cpp \
42 bindings/python/src/converters.cpp \
43 bindings/python/src/datetime.cpp \
44 bindings/python/src/docstrings.cpp \
45 bindings/python/src/entry.cpp \
46 bindings/python/src/extensions.cpp \
47 bindings/python/src/filesystem.cpp \
48 bindings/python/src/fingerprint.cpp \
49 bindings/python/src/gil.hpp \
50 bindings/python/src/ip_filter.cpp \
51 bindings/python/src/module.cpp \
52 bindings/python/src/optional.hpp \
53 bindings/python/src/peer_info.cpp \
54 bindings/python/src/peer_plugin.cpp \
55 bindings/python/src/session.cpp \
56 bindings/python/src/session_settings.cpp \
57 bindings/python/src/torrent.cpp \
58 bindings/python/src/torrent_handle.cpp \
59 bindings/python/src/torrent_info.cpp \
60 bindings/python/src/torrent_status.cpp \
61 bindings/python/src/utility.cpp \
62 bindings/python/src/version.cpp
64 pkgconfigdir = $(libdir)/pkgconfig
65 pkgconfig_DATA = libtorrent-rasterbar.pc