mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-12 03:20:14 +01:00
Use correct sources to build test-shell-service, fixes a hang in bus-test (cherry picked from commit 0afe04db5152b57582863bef83a55d78020a79c6)
This commit is contained in:
parent
ed1c2fdd82
commit
a4e65790ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue