From 7371415beb474a2e4592490ccf1f38410ef3b02f Mon Sep 17 00:00:00 2001 From: Arnaud Quette Date: Thu, 6 Aug 2015 13:39:24 +0200 Subject: 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 --- tools/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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) -- cgit v1.2.1