summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorArnaud Quette <arnaud.quette@free.fr>2015-08-06 13:39:24 +0200
committerRichard Hughes <richard@hughsie.com>2015-08-10 11:06:30 +0100
commit7371415beb474a2e4592490ccf1f38410ef3b02f (patch)
tree3896198c90b64a978cc8814c014cac7c47672557 /tools
parent16537df546cc21b23a9abd57603b26136bf4d86d (diff)
downloadupower-7371415beb474a2e4592490ccf1f38410ef3b02f.tar.gz
Fix build regression
The removal of dbus-glib and libdbus build dependencies has introduced a build regression on upower, which fails to link with gobject Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index c583fa3..3764391 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -25,6 +25,7 @@ upower_LDFLAGS =
$(PIE_LDFLAGS)
upower_LDADD = \
+ $(GLIB_LIBS) \
$(UPOWER_LIBS) \
$(POLKIT_DBUS_LIBS)