From 7469d596b66bc137ca0384f3fe75e65763220904 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Fri, 22 Jul 2016 09:41:14 +0900 Subject: [PATCH] Add the app2ext_utils.c to the app2sd library Change-Id: I51bad0a5fa1e94b89bc1602fab4ae1334c71fe27 Signed-off-by: Hwankyu Jhun --- plugin/app2sd/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/app2sd/CMakeLists.txt b/plugin/app2sd/CMakeLists.txt index 0adce49..c6f390a 100644 --- a/plugin/app2sd/CMakeLists.txt +++ b/plugin/app2sd/CMakeLists.txt @@ -29,7 +29,8 @@ SET(app2sd_src_dir "${app2sd_dir}/src") ## build app2sd library SET(APP2SD "app2sd") SET(libapp2sd_SOURCES - ${app2sd_src_dir}/app2sd_client_interface.c) + ${app2sd_src_dir}/app2sd_client_interface.c + ${CMAKE_SOURCE_DIR}/common/src/app2ext_utils.c) SET(libapp2sd_LDFLAGS " -L${LIB_INSTALL_DIR} -lcrypto -module -avoid-version ") SET(libapp2sd_CFLAGS " ${CFLAGS} -fPIC ") -- 2.7.4