@@ -24,24 +24,24 @@ set(CPP-NETLIB_HTTP_MESSAGE_SRCS
2424 http/response.cpp)
2525
2626if (NOT CPP-NETLIB_BUILD_SINGLE_LIB)
27- add_library (cppnetlib -http-message ${CPP-NETLIB_HTTP_MESSAGE_SRCS})
28- target_link_libraries (cppnetlib -http-message
27+ add_library (network -http-message ${CPP-NETLIB_HTTP_MESSAGE_SRCS})
28+ target_link_libraries (network -http-message
2929${Boost_LIBRARIES}
30- cppnetlib -message)
30+ network -message)
3131endif ()
3232
3333set (CPP-NETLIB_HTTP_MESSAGE_WRAPPERS_SRCS
3434 http/message/wrappers.cpp)
3535
3636if (NOT CPP-NETLIB_BUILD_SINGLE_LIB)
37- add_library (cppnetlib -http-message-wrappers ${CPP-NETLIB_HTTP_MESSAGE_WRAPPERS_SRCS})
37+ add_library (network -http-message-wrappers ${CPP-NETLIB_HTTP_MESSAGE_WRAPPERS_SRCS})
3838endif ()
3939
4040set (CPP-NETLIB_CONSTANTS_SRCS
4141 constants.cpp)
4242
4343if (NOT CPP-NETLIB_BUILD_SINGLE_LIB)
44- add_library (cppnetlib -constants ${CPP-NETLIB_CONSTANTS_SRCS})
44+ add_library (network -constants ${CPP-NETLIB_CONSTANTS_SRCS})
4545endif ()
4646
4747# Server implementation files.
@@ -51,7 +51,7 @@ set(CPP-NETLIB_HTTP_SERVER_SRCS
5151 http/server/dynamic_dispatcher.cpp)
5252
5353if (NOT CPP-NETLIB_BUILD_SINGLE_LIB)
54- add_library (cppnetlib -http-server ${CPP-NETLIB_HTTP_SERVER_SRCS})
54+ add_library (network -http-server ${CPP-NETLIB_HTTP_SERVER_SRCS})
5555endif ()
5656
5757# HTTP client