summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-03-27 13:53:47 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-04-04 10:20:22 +0300
commitcb5f603b695ca5f462801150cb42b5fae8ec5d30 (patch)
treeae2d56c66c2004dc00aecc7d1fffcc1bba910c15 /Makefile.am
parentc30c95f50672fa4d31ce3227b5c7c5f1bb489c51 (diff)
downloadconnman-cb5f603b695ca5f462801150cb42b5fae8ec5d30.tar.gz
connman-cb5f603b695ca5f462801150cb42b5fae8ec5d30.tar.bz2
connman-cb5f603b695ca5f462801150cb42b5fae8ec5d30.zip
client: Add connmanctl D-Bus helper functions
Add helper functions for pretty-printing D-Bus messages and making a method call.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 78b1b337..21b7070b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -229,6 +229,7 @@ noinst_PROGRAMS += client/connmanctl
MANUAL_PAGES += doc/connmanctl.1
client_connmanctl_SOURCES = $(gdbus_sources) src/connman.h \
+ client/dbus_helpers.h client/dbus_helpers.c \
client/dbus.h client/dbus.c \
client/data_manager.h client/data_manager.c \
client/services.h client/services.c \