summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2015-02-16 14:35:37 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-16 14:00:04 +0000
commit1e2395f25de2f52181734e1d9f3ca5d164dedc36 (patch)
tree015d5ff0e0085f217428586aa5102b7fc24c429c /cmake
parentbd707406a45e43974eb5a109c84ac78e8d38df40 (diff)
downloaddbus-1e2395f25de2f52181734e1d9f3ca5d164dedc36.tar.gz
dbus-send: Keep cmake build system in sync with autotools.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89109 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/tools/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/tools/CMakeLists.txt b/cmake/tools/CMakeLists.txt
index 8ba35891..525dc057 100644
--- a/cmake/tools/CMakeLists.txt
+++ b/cmake/tools/CMakeLists.txt
@@ -4,6 +4,8 @@ set (dbus_send_SOURCES
../../tools/dbus-print-message.c
../../tools/dbus-print-message.h
../../tools/dbus-send.c
+ ../../tools/tool-common.c
+ ../../tools/tool-common.h
)
set (dbus_monitor_SOURCES