diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2015-02-04 14:18:39 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2015-02-04 14:18:39 +0000 |
commit | 9806240b783c52432871a6a1116d483cb70df0ed (patch) | |
tree | 606b19925495a05152aa3861517e54b1983cf6d1 /cmake/tools | |
parent | ca63ef7133e3072ebbe35b13dd2c437f41e53333 (diff) | |
download | dbus-9806240b783c52432871a6a1116d483cb70df0ed.tar.gz |
dbus-monitor: use common code from dbus-test-tool
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46787
Reviewed-by: Philip Withnall
[also sync up the cmake build system -smcv]
Diffstat (limited to 'cmake/tools')
-rw-r--r-- | cmake/tools/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/tools/CMakeLists.txt b/cmake/tools/CMakeLists.txt index 9f363b7a..e406daa7 100644 --- a/cmake/tools/CMakeLists.txt +++ b/cmake/tools/CMakeLists.txt @@ -8,6 +8,8 @@ set (dbus_monitor_SOURCES ../../tools/dbus-monitor.c ../../tools/dbus-print-message.c ../../tools/dbus-print-message.h + ../../tools/tool-common.c + ../../tools/tool-common.h ) if (WIN32) |