Adding files to setup autotools.

Minor spelling fix in manual.html.
This commit is contained in:
peerkoel
2005-08-17 00:24:41 +00:00
parent 6d8068e5d5
commit 77956fb5a6
13 changed files with 628 additions and 1 deletions

7
Makefile.am Normal file
View File

@@ -0,0 +1,7 @@
SUBDIRS = include @ZLIBDIR@ src examples test
EXTRA_DIST = docs Jamfile project-root.jam \
m4/ac_cxx_namespaces.m4 m4/acx_pthread.m4 m4/ax_boost_date-time.m4 \
m4/ax_boost_filesystem.m4 m4/ax_boost_thread.m4
check: test
test/test_hasher && test/test_bencoding && test/test_ip_filter && echo "tests done, all OK"