diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2015-05-30 14:17:10 -0700 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2015-07-29 13:37:11 +0100 |
commit | b549d8928ba2f3ee1de786263ad1f71bc9de14d0 (patch) | |
tree | 28fda824e745fadb78384c34a3daa356719df851 /tools/Makefile.am | |
parent | e035f23ae0b1a13b81b7f0fc6df2b7d4a3d8a304 (diff) |
build: remove dependency on dbus-glib and libdbus
Nothing depends on it any more.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index dbe6724..c583fa3 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -6,7 +6,6 @@ AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"UPower\" \ -I$(top_srcdir) \ -I$(top_srcdir)/libupower-glib \ - $(DBUS_GLIB_CFLAGS) \ $(POLKIT_DBUS_CFLAGS) \ $(GLIB_CFLAGS) @@ -26,7 +25,6 @@ upower_LDFLAGS = $(PIE_LDFLAGS) upower_LDADD = \ - $(DBUS_GLIB_LIBS) \ $(UPOWER_LIBS) \ $(POLKIT_DBUS_LIBS) |