From ae1a51414080f89e5dcf2d0c1bf8cd51b38abf63 Mon Sep 17 00:00:00 2001 From: ndnops Date: Tue, 20 Aug 2019 16:08:26 +0000 Subject: [HICN-261] Incorrect handling of IPv6 link-local addresses / connections should not be created unless strictly needed. Signed-off-by: ndnops Change-Id: I10722996a6bf8868f50a5ac2aff6a937d3f87837 --- ctrl/libhicnctrl/src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ctrl/libhicnctrl/src/CMakeLists.txt') diff --git a/ctrl/libhicnctrl/src/CMakeLists.txt b/ctrl/libhicnctrl/src/CMakeLists.txt index ebccb7ddd..204311c39 100644 --- a/ctrl/libhicnctrl/src/CMakeLists.txt +++ b/ctrl/libhicnctrl/src/CMakeLists.txt @@ -55,6 +55,7 @@ if (ANDROID_API) INSTALL_HEADERS ${TO_INSTALL_HEADER_FILES} LINK_LIBRARIES ${LIBRARIES} COMPONENT ${LIBHICNCTRL_COMPONENT} + DEPENDS ${LIBHICN_STATIC} INCLUDE_DIRS ${INCLUDE_DIRS} INSTALL_ROOT_DIR hicn DEFINITIONS ${COMPILER_DEFINITIONS} @@ -66,6 +67,7 @@ else () INSTALL_HEADERS ${TO_INSTALL_HEADER_FILES} LINK_LIBRARIES ${LIBRARIES} COMPONENT ${LIBHICNCTRL_COMPONENT} + DEPENDS ${LIBHICN_SHARED} INCLUDE_DIRS ${INCLUDE_DIRS} INSTALL_ROOT_DIR hicn DEFINITIONS ${COMPILER_DEFINITIONS} -- cgit 1.2.3-korg