aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-12-22 10:12:50 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-12-22 10:12:50 +0100
commit874b9a78caa3cfa23321ea488708c0b254b3fe92 (patch)
treeedc6bdf50494df9d075deb2bf812049840d54c89
parenta6360e1cb3274ef315d6c4c06576c25283e32ba8 (diff)
Renaming afm-main-daemon to afm-user-daemon
Change-Id: I3370c79c8ce9a7f6366511e808a81b1c1bbb6519
-rw-r--r--.gitignore2
-rw-r--r--src/CMakeLists.txt6
-rw-r--r--src/afm-user-daemon.c (renamed from src/afm-main-daemon.c)0
3 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index c959628..309aaf4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-src/afm-main-daemon
+src/afm-user-daemon
wgtpkg-installer
wgtpkg-pack
wgtpkg-sign
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})
diff --git a/src/afm-main-daemon.c b/src/afm-user-daemon.c
index 46a662d..46a662d 100644
--- a/src/afm-main-daemon.c
+++ b/src/afm-user-daemon.c