X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=f2d41bd685e7c3a263e22407e27b6d4b7909042b;hb=874b9a78caa3cfa23321ea488708c0b254b3fe92;hp=75fc4f0992acb29e04c3180cebc6b71f37ea1095;hpb=a6360e1cb3274ef315d6c4c06576c25283e32ba8;p=src%2Fapp-framework-main.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 75fc4f0..f2d41bd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -99,9 +99,9 @@ add_executable(wgtpkg-installer wgtpkg-installer.c) target_link_libraries(wgtpkg-installer wgtpkg wgt secwrp utils) -add_executable(afm-main-daemon afm-main-daemon.c) -target_link_libraries(afm-main-daemon afm secwrp wgt utils) +add_executable(afm-user-daemon afm-user-daemon.c) +target_link_libraries(afm-user-daemon afm secwrp wgt utils) install(TARGETS wgtpkg-sign wgtpkg-pack wgtpkg-info wgtpkg-installer DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}) -install(TARGETS afm-main-daemon DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}) +install(TARGETS afm-user-daemon DESTINATION ${CMAKE_INSTALL_FULL_BINDIR})