From a4e65790ea9f83091da159ee08508acabfc4e6a2 Mon Sep 17 00:00:00 2001 From: Frank Osterfeld Date: Tue, 28 Apr 2009 15:46:19 +0200 Subject: [PATCH] Use correct sources to build test-shell-service, fixes a hang in bus-test (cherry picked from commit 0afe04db5152b57582863bef83a55d78020a79c6) --- cmake/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/test/CMakeLists.txt b/cmake/test/CMakeLists.txt index e90de1c2..013963ef 100644 --- a/cmake/test/CMakeLists.txt +++ b/cmake/test/CMakeLists.txt @@ -105,7 +105,7 @@ target_link_libraries(test-shell ${DBUS_1}) #install_targets(/bin test-shell) ADD_TEST(test-shell ${EXECUTABLE_OUTPUT_PATH}/test-shell${EXT}) -add_executable(test-shell-service ${test-shell_SOURCES}) +add_executable(test-shell-service ${test-shell-service_SOURCES}) target_link_libraries(test-shell-service ${DBUS_1}) #install_targets(/bin test-shell-service) ADD_TEST(test-shell-service ${EXECUTABLE_OUTPUT_PATH}/test-shell-service${EXT})