summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-19 03:49:33 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-19 03:49:33 +0100
commita691bf284be676807545d2d4e9c000a0fcf35cce (patch)
treefbeeedce289fe7d8ec94d7103bab0e8f4a36edae /Makefile.am
parent086cc0efc72c1d5019c4cffbb24c81c2a9c19bfa (diff)
downloadconnman-a691bf284be676807545d2d4e9c000a0fcf35cce.tar.gz
connman-a691bf284be676807545d2d4e9c000a0fcf35cce.tar.bz2
connman-a691bf284be676807545d2d4e9c000a0fcf35cce.zip
build: Compile support for new D-Bus client helpers
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 40d6479e..26081d83 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ local_headers = $(foreach file,$(include_HEADERS) $(nodist_include_HEADERS) \
gdbus_sources = gdbus/gdbus.h gdbus/mainloop.c gdbus/watch.c \
- gdbus/object.c gdbus/polkit.c
+ gdbus/object.c gdbus/client.c gdbus/polkit.c
gdhcp_sources = gdhcp/gdhcp.h gdhcp/common.h gdhcp/common.c gdhcp/client.c \
gdhcp/server.c gdhcp/ipv4ll.h gdhcp/ipv4ll.c gdhcp/unaligned.h