From 5cf66a7d389ee1d9e984e4421ecc8a7bb4568121 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 19 Dec 2012 03:51:22 +0100 Subject: [PATCH] build: Compile support for new D-Bus client helpers --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e4130e21..0d2ba9f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,7 @@ builtin_libadd = builtin_cflags = 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 gatchat_sources = gatchat/gatchat.h gatchat/gatchat.c \ gatchat/gatresult.h gatchat/gatresult.c \