summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-11 12:22:52 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-11 12:22:52 +0100
commit11ac62244cedfa8cdb4d6227b471a73db1e7a988 (patch)
treea4df032e2a8bc3ebe6dbff4a0fbf8a6e031a0b75 /Makefile.am
parentb71483968de2d25f0701c5c0a9fc69b512155e34 (diff)
downloadconnman-11ac62244cedfa8cdb4d6227b471a73db1e7a988.tar.gz
connman-11ac62244cedfa8cdb4d6227b471a73db1e7a988.tar.bz2
connman-11ac62244cedfa8cdb4d6227b471a73db1e7a988.zip
client: Provide own D-Bus helper functions
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e8865a3b..40d6479e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -224,8 +224,7 @@ noinst_PROGRAMS += client/connmanctl
MANUAL_PAGES += doc/connmanctl.1
client_connmanctl_SOURCES = $(gdbus_sources) src/connman.h \
- include/log.h src/log.c \
- include/dbus.h src/dbus.c \
+ client/dbus.h client/dbus.c \
client/data_manager.h client/data_manager.c \
client/services.h client/services.c \
client/technology.h client/technology.c \