aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-08 13:53:16 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-08 13:53:16 +0100
commitd5826b83b862a7dd826eb8d2bfef18da151f0a74 (patch)
tree035af8d1a7d7c4533e42385e67eeab0dc3dc0ba9 /src/CMakeLists.txt
parent4855696e3d6534146f9a987311415ed4bd743489 (diff)
downloadayatana-indicator-datetime-d5826b83b862a7dd826eb8d2bfef18da151f0a74.tar.gz
ayatana-indicator-datetime-d5826b83b862a7dd826eb8d2bfef18da151f0a74.tar.bz2
ayatana-indicator-datetime-d5826b83b862a7dd826eb8d2bfef18da151f0a74.zip
src/CMakeLists.txt: Fix name (namespace-wise) of service executable.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f0c5e28..be02b0e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,5 +1,5 @@
set (SERVICE_LIB "indicatordatetimeservice")
-set (SERVICE_EXEC "indicator-datetime-service")
+set (SERVICE_EXEC "ayatana-indicator-datetime-service")
add_definitions (-DG_LOG_DOMAIN="Indicator-Datetime")