summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAli Abdallah <aliovx@gmail.com>2016-04-24 21:39:41 +0200
committerAli Abdallah <aliovx@gmail.com>2016-04-24 21:39:41 +0200
commit5a498336adfc977de928d19da86808a3947e4e90 (patch)
tree114680e53ec59e22544ec9ea95581f999030dffe /docs
parent5a5afd687450c3fe6615fe0ca9cda75195342a21 (diff)
downloadxfconf-5a498336adfc977de928d19da86808a3947e4e90.tar.gz
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!
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am9
1 files changed, 4 insertions, 5 deletions
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 = \