2005-08-17 02:24:41 +02:00
|
|
|
SUBDIRS = include @ZLIBDIR@ src examples test
|
2005-11-03 13:23:09 +01:00
|
|
|
EXTRA_DIST = docs/manual.html docs/manual.rst docs/extension_protocol.rst \
|
|
|
|
docs/extension_protocol.html docs/udp_tracker_protocol.rst \
|
|
|
|
docs/udp_tracker_protocol.html docs/client_test.rst docs/client_test.html \
|
|
|
|
docs/unicode_support.png docs/client_test.png docs/style.css Jamfile project-root.jam \
|
2005-08-17 02:24:41 +02:00
|
|
|
m4/ac_cxx_namespaces.m4 m4/acx_pthread.m4 m4/ax_boost_date-time.m4 \
|
2005-08-27 22:07:17 +02:00
|
|
|
m4/ax_boost_filesystem.m4 m4/ax_boost_thread.m4 src/file_win.cpp libtorrent.pc
|
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = libtorrent.pc
|
2005-08-17 02:24:41 +02:00
|
|
|
|
|
|
|
check: test
|
|
|
|
test/test_hasher && test/test_bencoding && test/test_ip_filter && echo "tests done, all OK"
|
2005-08-27 22:07:17 +02:00
|
|
|
|
|
|
|
deb:
|
|
|
|
dpkg-buildpackage -rfakeroot -us -uc
|