dm-services: enable libeasy

This commit is contained in:
Vivek Kumar Dutta 2025-09-02 12:48:29 +05:30
parent c9af4e50ce
commit ebe5ada3d0
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C
2 changed files with 2 additions and 1 deletions

View file

@ -8,5 +8,5 @@ SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I${CMAKE_SOURCE_DIR} -I${CMAKE_SOURCE_DIR}/
FILE(GLOB BBF_SOURCES *.c) FILE(GLOB BBF_SOURCES *.c)
ADD_EXECUTABLE(dm-service ${BBF_SOURCES}) 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) INSTALL(TARGETS dm-service DESTINATION usr/sbin)

View file

@ -18,6 +18,7 @@ rm -rf ${BBFDM_MS_DIR}/*
rm -f ${BBFDM_MS_CONF}/* rm -f ${BBFDM_MS_CONF}/*
rm -f ${BBFDM_DMMAP_DIR}/* rm -f ${BBFDM_DMMAP_DIR}/*
install_libeasy
# compile and install Core Data Model as a micro-service # compile and install Core Data Model as a micro-service
install_libbbf ${1} install_libbbf ${1}