Add the app2ext_utils.c to the app2sd library 68/81068/1 accepted/tizen/common/20160722.135008 accepted/tizen/ivi/20160722.043930 accepted/tizen/mobile/20160722.043844 accepted/tizen/tv/20160722.043854 accepted/tizen/wearable/20160722.043916 submit/tizen/20160722.025055
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 22 Jul 2016 00:41:14 +0000 (09:41 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 22 Jul 2016 00:42:58 +0000 (09:42 +0900)
Change-Id: I51bad0a5fa1e94b89bc1602fab4ae1334c71fe27
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
plugin/app2sd/CMakeLists.txt

index 0adce49..c6f390a 100644 (file)
@@ -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 ")