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 /doc | |
parent | e035f23ae0b1a13b81b7f0fc6df2b7d4a3d8a304 (diff) |
build: remove dependency on dbus-glib and libdbus
Nothing depends on it any more.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 05cfa4f..3628c6c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,7 +31,6 @@ IGNORE_HFILES= \ # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. AM_CPPFLAGS = \ - $(DBUS_GLIB_CFLAGS) \ $(GLIB_CFLAGS) \ -I$(top_srcdir)/libupower-glib \ -I$(top_builddir)/libupower-glib \ @@ -43,7 +42,6 @@ UPOWER_GLIB_LIBS = \ GTKDOC_LIBS = \ $(UPOWER_GLIB_LIBS) \ - $(DBUS_GLIB_LIBS) \ $(NULL) # Extra options to supply to gtkdoc-mkdb |