diff options
author | ndnops <manangel@cisco.com> | 2019-08-20 16:08:26 +0000 |
---|---|---|
committer | ndnops <manangel@cisco.com> | 2019-08-20 16:10:14 +0000 |
commit | ae1a51414080f89e5dcf2d0c1bf8cd51b38abf63 (patch) | |
tree | e05c01506138c0ba6fa14c5cfdd9c25998e1fe28 /ctrl/libhicnctrl/src | |
parent | 1d896a7f11998346b7ceb0385b1c94ecb5c90c2e (diff) |
[HICN-261] Incorrect handling of IPv6 link-local addresses / connections should not be created unless strictly needed.
Signed-off-by: ndnops <manangel@cisco.com>
Change-Id: I10722996a6bf8868f50a5ac2aff6a937d3f87837
Diffstat (limited to 'ctrl/libhicnctrl/src')
-rw-r--r-- | ctrl/libhicnctrl/src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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} |