From: Ferry Huberts Signed-off-by: Ferry Huberts --- remote_services/discovery/CMakeLists.txt | 2 +- remote_services/example_endpoint/CMakeLists.txt | 2 +- remote_services/example_proxy/CMakeLists.txt | 2 +- remote_services/remote_service_admin/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/remote_services/discovery/CMakeLists.txt b/remote_services/discovery/CMakeLists.txt index 0aa0ccf..5515ad7 100644 --- a/remote_services/discovery/CMakeLists.txt +++ b/remote_services/discovery/CMakeLists.txt @@ -27,5 +27,5 @@ bundle(discovery SOURCES private/src/discovery private/src/discovery_activator ) -target_link_libraries(discovery framework ${APRUTIL_LIBRARY} slp.a) +target_link_libraries(discovery framework ${APRUTIL_LIBRARY} slp.so) diff --git a/remote_services/example_endpoint/CMakeLists.txt b/remote_services/example_endpoint/CMakeLists.txt index 985e072..6b6e4a0 100644 --- a/remote_services/example_endpoint/CMakeLists.txt +++ b/remote_services/example_endpoint/CMakeLists.txt @@ -26,4 +26,4 @@ bundle(example_endpoint SOURCES private/src/example_endpoint_activator private/src/example_endpoint_impl.c ) -target_link_libraries(example_endpoint framework jansson.a) +target_link_libraries(example_endpoint framework jansson.so) diff --git a/remote_services/example_proxy/CMakeLists.txt b/remote_services/example_proxy/CMakeLists.txt index f677217..1a64a59 100644 --- a/remote_services/example_proxy/CMakeLists.txt +++ b/remote_services/example_proxy/CMakeLists.txt @@ -28,4 +28,4 @@ bundle(example_proxy SOURCES private/src/example_proxy_activator private/src/example_proxy_impl.c ) -target_link_libraries(example_proxy framework jansson.a curl.a) +target_link_libraries(example_proxy framework jansson.so curl.so) diff --git a/remote_services/remote_service_admin/CMakeLists.txt b/remote_services/remote_service_admin/CMakeLists.txt index 080b997..83c5fe5 100644 --- a/remote_services/remote_service_admin/CMakeLists.txt +++ b/remote_services/remote_service_admin/CMakeLists.txt @@ -30,4 +30,4 @@ bundle(remote_service_admin SOURCES private/src/remote_service_admin_activator private/src/mongoose.c ) -target_link_libraries(remote_service_admin framework ${APRUTIL_LIBRARY} jansson.a) +target_link_libraries(remote_service_admin framework ${APRUTIL_LIBRARY} jansson.so) -- 1.7.10.2