Merge branch 'dbus-1.2'
[platform/upstream/dbus.git] / cmake / tools / CMakeLists.txt
index 4d62119..e91a509 100644 (file)
@@ -1,7 +1,5 @@
 project(tools)
 
-set(DBUS_LIBRARIES dbus-1 dbus-internal)
-
 set (dbus_send_SOURCES
        ../../tools/dbus-print-message.c                        
        ../../tools/dbus-print-message.h                        
@@ -57,7 +55,3 @@ install_targets(/bin dbus-launch )
 add_executable(dbus-monitor ${dbus_monitor_SOURCES})
 target_link_libraries(dbus-monitor ${DBUS_LIBRARIES})
 install_targets(/bin dbus-monitor )
-
-if(WIN32)
-  set_target_properties(dbus-send dbus-launch dbus-monitor PROPERTIES DEBUG_POSTFIX d)
-endif(WIN32)
\ No newline at end of file