2007-02-25 11:18:14 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2008-09-02 13:14:10 +02:00
|
|
|
#DISTCHECK_CONFIGURE_FLAGS = --enable-tests
|
2008-11-21 05:09:34 +01:00
|
|
|
SUBDIRS = include zlib src examples test bindings/python
|
2008-06-13 14:20:55 +02:00
|
|
|
EXTRA_DIST = autotool.sh docs/manual.html docs/manual.rst docs/extension_protocol.rst \
|
2008-03-25 08:06:20 +01:00
|
|
|
docs/extension_protocol.html \
|
2006-06-21 16:05:48 +02:00
|
|
|
docs/projects.rst docs/projects.html \
|
2008-03-16 20:43:01 +01:00
|
|
|
docs/building.rst docs/building.html \
|
2008-03-21 05:52:12 +01:00
|
|
|
docs/running_tests.rst docs/running_tests.html \
|
2008-03-25 08:06:20 +01:00
|
|
|
docs/index.rst docs/index.html \
|
2007-05-05 00:34:34 +02:00
|
|
|
docs/python_binding.rst docs/python_binding.html \
|
2008-03-25 08:06:20 +01:00
|
|
|
docs/udp_tracker_protocol.rst docs/udp_tracker_protocol.html \
|
|
|
|
docs/client_test.rst docs/client_test.html \
|
|
|
|
docs/dht_extensions.html docs/dht_extensions.rst \
|
2008-11-19 19:32:36 +01:00
|
|
|
docs/make_torrent.html docs/make_torrent.rst \
|
2008-03-25 08:06:20 +01:00
|
|
|
docs/examples.html docs/examples.rst \
|
|
|
|
docs/features.html docs/features.rst \
|
2009-04-27 22:12:38 +02:00
|
|
|
docs/libtorrent_plugins.html docs/libtorrent_plugins.rst \
|
2006-07-27 20:07:51 +02:00
|
|
|
docs/arctic_thumb.png \
|
2008-11-30 09:04:49 +01:00
|
|
|
docs/fdm.png \
|
|
|
|
docs/tvitty.jpg \
|
|
|
|
docs/leechcraft.png \
|
2008-12-16 01:50:30 +01:00
|
|
|
docs/lince.png \
|
|
|
|
docs/fatrat.png \
|
2008-03-25 08:06:20 +01:00
|
|
|
docs/miro.jpg \
|
2006-07-27 20:07:51 +02:00
|
|
|
docs/bitbuddy_thumb.jpg \
|
2006-08-01 17:27:08 +02:00
|
|
|
docs/bitscast_thumb.png \
|
2006-07-27 20:07:51 +02:00
|
|
|
docs/bitslug_thumb.png \
|
2008-03-25 08:06:20 +01:00
|
|
|
docs/bitrocket_thumb.png \
|
2006-07-27 20:07:51 +02:00
|
|
|
docs/btg_thumb.jpg \
|
2008-03-25 08:06:20 +01:00
|
|
|
docs/bitfox.png \
|
|
|
|
docs/acquasition.jpg \
|
|
|
|
docs/im_thumb.jpg \
|
2008-12-16 01:50:30 +01:00
|
|
|
docs/Linkage.png \
|
2008-03-25 09:05:18 +01:00
|
|
|
docs/deluge.png \
|
2008-03-25 08:06:20 +01:00
|
|
|
docs/halite_thumb.png \
|
2006-08-01 17:27:08 +02:00
|
|
|
docs/electric_sheep_thumb.jpg \
|
2006-07-27 20:07:51 +02:00
|
|
|
docs/moopolice_thumb.gif \
|
|
|
|
docs/qbittorrent_thumb.jpg \
|
|
|
|
docs/ziptorrent_thumb.gif \
|
2009-02-10 19:41:20 +01:00
|
|
|
docs/flush.jpg \
|
|
|
|
docs/pump.png \
|
|
|
|
docs/bubba.png \
|
|
|
|
docs/firetorrent.png \
|
|
|
|
docs/read_disk_buffers.png \
|
|
|
|
docs/read_disk_buffers.dot \
|
|
|
|
docs/write_disk_buffers.png \
|
|
|
|
docs/write_disk_buffers.dot \
|
2005-11-03 13:23:09 +01:00
|
|
|
docs/unicode_support.png docs/client_test.png docs/style.css Jamfile project-root.jam \
|
2008-07-20 13:14:54 +02:00
|
|
|
libtorrent-rasterbar.pc \
|
2007-03-12 02:05:15 +01:00
|
|
|
bindings/README.txt \
|
|
|
|
bindings/python/Jamfile \
|
2008-10-17 02:43:59 +02:00
|
|
|
bindings/python/setup.py \
|
2007-03-12 02:05:15 +01:00
|
|
|
bindings/python/client.py \
|
|
|
|
bindings/python/simple_client.py \
|
|
|
|
bindings/python/src/alert.cpp \
|
|
|
|
bindings/python/src/big_number.cpp \
|
|
|
|
bindings/python/src/converters.cpp \
|
2009-04-07 21:57:21 +02:00
|
|
|
bindings/python/src/create_torrent.cpp \
|
2007-03-12 02:05:15 +01:00
|
|
|
bindings/python/src/datetime.cpp \
|
|
|
|
bindings/python/src/docstrings.cpp \
|
|
|
|
bindings/python/src/entry.cpp \
|
|
|
|
bindings/python/src/extensions.cpp \
|
|
|
|
bindings/python/src/filesystem.cpp \
|
|
|
|
bindings/python/src/fingerprint.cpp \
|
|
|
|
bindings/python/src/gil.hpp \
|
2008-03-10 04:19:57 +01:00
|
|
|
bindings/python/src/ip_filter.cpp \
|
2008-10-17 02:43:59 +02:00
|
|
|
bindings/python/src/magnet_uri.cpp \
|
2007-03-12 02:05:15 +01:00
|
|
|
bindings/python/src/module.cpp \
|
|
|
|
bindings/python/src/optional.hpp \
|
|
|
|
bindings/python/src/peer_info.cpp \
|
|
|
|
bindings/python/src/peer_plugin.cpp \
|
|
|
|
bindings/python/src/session.cpp \
|
|
|
|
bindings/python/src/session_settings.cpp \
|
|
|
|
bindings/python/src/torrent.cpp \
|
|
|
|
bindings/python/src/torrent_handle.cpp \
|
|
|
|
bindings/python/src/torrent_info.cpp \
|
|
|
|
bindings/python/src/torrent_status.cpp \
|
|
|
|
bindings/python/src/utility.cpp \
|
|
|
|
bindings/python/src/version.cpp
|
|
|
|
|
2005-08-27 22:07:17 +02:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2008-06-23 02:09:12 +02:00
|
|
|
pkgconfig_DATA = libtorrent-rasterbar.pc
|