summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastien Braun2010-10-08 22:01:51 +0200
committerSebastien Braun2010-10-10 14:05:35 +0200
commita3885fdab7f8fd91b27237cb882f623dc046cbb9 (patch)
tree2ab20948b6e3c9a3c2fccf77c5e26530a78dd685 /src
parentMove the translations for pvsinput into the library where they belong. (diff)
downloadpvs-a3885fdab7f8fd91b27237cb882f623dc046cbb9.tar.gz
pvs-a3885fdab7f8fd91b27237cb882f623dc046cbb9.tar.xz
pvs-a3885fdab7f8fd91b27237cb882f623dc046cbb9.zip
Actually install pvsprivinputd
Diffstat (limited to 'src')
-rw-r--r--src/input/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt
index e14cdb4..b7a6511 100644
--- a/src/input/CMakeLists.txt
+++ b/src/input/CMakeLists.txt
@@ -108,6 +108,10 @@ if(UNIX)
install(FILES pvsprivinputd.conf
DESTINATION /etc
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
+
+ # Install the daemon
+ install(TARGETS pvsprivinputd
+ DESTINATION sbin)
endif()
set(pvsinput_TSS