summaryrefslogtreecommitdiff
path: root/cmake/bus
diff options
context:
space:
mode:
authorRomain Pokrzywka <romain@kdab.com>2010-02-03 12:27:47 -0800
committerRalf Habacker <ralf.habacker@freenet.de>2010-02-07 00:32:46 +0100
commit1cd84d825889fd5cc5cfcbddc12bce1ef928f8a7 (patch)
tree2f02b9e07fd1b79719401e0bc52f4014b54e71c2 /cmake/bus
parent196b310dd1e67444e16b12f904f1c1d8e7b988ae (diff)
downloaddbus-1cd84d825889fd5cc5cfcbddc12bce1ef928f8a7.tar.gz
remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and use the specified name for the executable when building with cmake
Diffstat (limited to 'cmake/bus')
-rw-r--r--cmake/bus/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/bus/CMakeLists.txt b/cmake/bus/CMakeLists.txt
index 0473eb2e..f7f29db3 100644
--- a/cmake/bus/CMakeLists.txt
+++ b/cmake/bus/CMakeLists.txt
@@ -81,6 +81,7 @@ set(DBUS_LIBRARIES dbus-1 dbus-internal)
add_executable(dbus-daemon ${BUS_SOURCES} ${BUS_DIR}/main.c)
target_link_libraries(dbus-daemon ${DBUS_LIBRARIES} ${XML_LIBRARY})
+set_target_properties(dbus-daemon PROPERTIES OUTPUT_NAME ${DBUS_DAEMON_NAME})
install_targets(/bin dbus-daemon)
install_files(/etc FILES ${config_DATA})