diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-02-08 21:24:56 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-02-08 21:38:37 +0100 |
commit | 7632c5fdfb2bced129e46adcfe5329e386eee303 (patch) | |
tree | 64433f675ebed2df1b568ea4fb4ecdfc7c6d1281 /conf/CMakeLists.txt | |
parent | 792017f816d7c4eb24277bee14605c49164af5b3 (diff) |
adds config file for launchers
Change-Id: Ibbedefcdedbfc7f6fe7c89f8e8f32d022a93ca19
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/CMakeLists.txt')
-rw-r--r-- | conf/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt index 312b764..62bdf0f 100644 --- a/conf/CMakeLists.txt +++ b/conf/CMakeLists.txt @@ -27,4 +27,5 @@ install(FILES afm-system-daemon.conf DESTINATION ${SYSCONFDIR_DBUS_SYSTEM}) install(FILES afm-system-daemon.service DESTINATION ${UNITDIR_SYSTEM}) install(FILES afm-user-daemon.conf DESTINATION ${SYSCONFDIR_DBUS_USER}) install(FILES afm-user-daemon.service DESTINATION ${UNITDIR_USER}) +install(FILES afm-launch.conf DESTINATION ${afm_confdir}) |