From: Frank Osterfeld Date: Tue, 28 Apr 2009 13:46:19 +0000 (+0200) Subject: Use correct sources to build test-shell-service, fixes a hang in bus-test (cherry... X-Git-Tag: dbus-1.3.1~235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4e65790ea9f83091da159ee08508acabfc4e6a2;p=thirdparty%2Fdbus.git Use correct sources to build test-shell-service, fixes a hang in bus-test (cherry picked from commit 0afe04db5152b57582863bef83a55d78020a79c6) --- diff --git a/cmake/test/CMakeLists.txt b/cmake/test/CMakeLists.txt index e90de1c2f..013963efa 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})