summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-04 14:18:39 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-04 14:18:39 +0000
commit9806240b783c52432871a6a1116d483cb70df0ed (patch)
tree606b19925495a05152aa3861517e54b1983cf6d1 /tools/Makefile.am
parentca63ef7133e3072ebbe35b13dd2c437f41e53333 (diff)
downloaddbus-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 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 05d1dcb5..294bbc63 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -31,10 +31,13 @@ dbus_send_SOURCES= \
dbus-print-message.h \
dbus-send.c
-dbus_monitor_SOURCES= \
- dbus-monitor.c \
- dbus-print-message.c \
- dbus-print-message.h
+dbus_monitor_SOURCES = \
+ dbus-monitor.c \
+ dbus-print-message.c \
+ dbus-print-message.h \
+ tool-common.c \
+ tool-common.h \
+ $(NULL)
if DBUS_WIN
dbus_launch_SOURCES= \