low level network primitives should not be exported. Moved enum_if into tests (since it uses internal functions)

This commit is contained in:
Arvid Norberg
2013-07-20 01:02:15 +00:00
parent 6e28e33b32
commit bbe62564ad
8 changed files with 41 additions and 34 deletions

View File

@@ -21,7 +21,6 @@ exe client_test : client_test.cpp ;
exe simple_client : simple_client.cpp ;
exe dump_torrent : dump_torrent.cpp ;
exe make_torrent : make_torrent.cpp ;
exe enum_if : enum_if.cpp ;
exe connection_tester : connection_tester.cpp ;
exe fragmentation_test : fragmentation_test.cpp ;
exe rss_reader : rss_reader.cpp ;