diff --git a/dm-service/CMakeLists.txt b/dm-service/CMakeLists.txt index 5bc4d874..00934e98 100644 --- a/dm-service/CMakeLists.txt +++ b/dm-service/CMakeLists.txt @@ -8,5 +8,5 @@ SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I${CMAKE_SOURCE_DIR} -I${CMAKE_SOURCE_DIR}/ FILE(GLOB BBF_SOURCES *.c) ADD_EXECUTABLE(dm-service ${BBF_SOURCES}) -TARGET_LINK_LIBRARIES(dm-service bbfdm-ubus) +TARGET_LINK_LIBRARIES(dm-service bbfdm-ubus easy) INSTALL(TARGETS dm-service DESTINATION usr/sbin) diff --git a/gitlab-ci/install-dependencies.sh b/gitlab-ci/install-dependencies.sh index 4c4a38b1..e5cb9872 100755 --- a/gitlab-ci/install-dependencies.sh +++ b/gitlab-ci/install-dependencies.sh @@ -18,6 +18,7 @@ rm -rf ${BBFDM_MS_DIR}/* rm -f ${BBFDM_MS_CONF}/* rm -f ${BBFDM_DMMAP_DIR}/* +install_libeasy # compile and install Core Data Model as a micro-service install_libbbf ${1}