From 5a498336adfc977de928d19da86808a3947e4e90 Mon Sep 17 00:00:00 2001 From: Ali Abdallah Date: Sun, 24 Apr 2016 21:39:41 +0200 Subject: Get rid of all DBUS_GLIB_{CFLAGS,LIBS} and remove all the #include of dbus-glib.h. Xfconfd does not depend on dbus-glib anymore! --- docs/reference/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docs/reference') diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 32b0195..09d1c2c 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -35,10 +35,10 @@ IGNORE_HFILES= \ xfconf-backend-factory.h \ xfconf-backend-perchannel-xml.h \ xfconf-daemon.h \ - xfconf-dbus-bindings.h \ + xfconf-gdbus-bindings.h \ + xfconf-gdbus-bindings.c \ xfconf-marshal.h \ - xfconf-private.h \ - xfconfd-dbus-server.h + xfconf-private.h # Extra files to add when scanning (relative to $srcdir) EXTRA_HFILES= @@ -57,8 +57,7 @@ AM_CPPFLAGS = \ -I$(top_builddir) \ $(GLIB_CFLAGS) \ $(LIBXFCE4UTIL_CFLAGS) \ - $(DBUS_CFLAGS) \ - $(DBUS_GLIB_CFLAGS) \ + $(GIO_UNIX_CFLAGS) \ $(GTK_DOC_EXTRA_CFLAGS) GTKDOC_LIBS = \ -- cgit v1.2.1