made file_win.cpp included in the dist
This commit is contained in:
parent
52e9eadb4e
commit
3464c61778
|
@ -1,7 +1,7 @@
|
||||||
SUBDIRS = include @ZLIBDIR@ src examples test
|
SUBDIRS = include @ZLIBDIR@ src examples test
|
||||||
EXTRA_DIST = docs Jamfile project-root.jam \
|
EXTRA_DIST = docs Jamfile project-root.jam \
|
||||||
m4/ac_cxx_namespaces.m4 m4/acx_pthread.m4 m4/ax_boost_date-time.m4 \
|
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
|
m4/ax_boost_filesystem.m4 m4/ax_boost_thread.m4 src/file_win.cpp
|
||||||
|
|
||||||
check: test
|
check: test
|
||||||
test/test_hasher && test/test_bencoding && test/test_ip_filter && echo "tests done, all OK"
|
test/test_hasher && test/test_bencoding && test/test_ip_filter && echo "tests done, all OK"
|
||||||
|
|
Loading…
Reference in New Issue