]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Actually commit cmake changes for dbus-launch
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 24 Feb 2015 11:42:54 +0000 (11:42 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 24 Feb 2015 11:42:54 +0000 (11:42 +0000)
cmake/tools/CMakeLists.txt

index fd0617d10baab3c566c18e6847776397e9f62b19..6a2e999d7bd30e6484f173b03f3b99cc22864365 100644 (file)
@@ -38,6 +38,8 @@ set (dbus_launch_SOURCES
 else (WIN32)
 set (dbus_launch_SOURCES
        ../../tools/dbus-launch.c
+       ../../tools/tool-common.c
+       ../../tools/tool-common.h
 )
 endif (WIN32)
 
@@ -65,7 +67,7 @@ target_link_libraries(dbus-update-activation-environment ${DBUS_LIBRARIES})
 install_targets(/bin dbus-update-activation-environment )
 
 add_executable(dbus-launch ${dbus_launch_SOURCES})
-target_link_libraries(dbus-launch )
+target_link_libraries(dbus-launch ${DBUS_LIBRARIES})
 if (DBUS_BUILD_X11)
   target_link_libraries(dbus-launch ${X11_LIBRARIES} )
 endif (DBUS_BUILD_X11)