summaryrefslogtreecommitdiff
path: root/xfconfd
diff options
context:
space:
mode:
authorAli Abdallah <aliovx@gmail.com>2017-05-31 15:22:38 +0200
committerAli Abdallah <aliovx@gmail.com>2017-05-31 15:22:38 +0200
commitabfacc124caa396add3cc2e25b6eed29077ce56e (patch)
tree91afd9a56001f8c84d3d895f3b4ba627832e3afd /xfconfd
parent03f089b92cebf40d34a341d6efe309af70a5e5f9 (diff)
downloadxfconf-abfacc124caa396add3cc2e25b6eed29077ce56e.tar.gz
Get rid of old dbus-glib unused generated file
Diffstat (limited to 'xfconfd')
-rw-r--r--xfconfd/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/xfconfd/Makefile.am b/xfconfd/Makefile.am
index a6900a2..d7fdfcb 100644
--- a/xfconfd/Makefile.am
+++ b/xfconfd/Makefile.am
@@ -26,7 +26,6 @@ xfconfd_SOURCES = \
xfconf-backend.h \
xfconf-daemon.c \
xfconf-daemon.h \
- xfconf-dbus-server.h \
xfconf-locking-utils.c \
xfconf-locking-utils.h \
$(xfconf_backend_sources) \
@@ -70,22 +69,5 @@ EXTRA_DIST = \
xfconf-backend-perchannel-xml.h \
$(service_in_files)
-
-if MAINTAINER_MODE
-
-xfconf_built_sources = \
- xfconf-dbus-server.h
-
-DISTCLEANFILES = \
- $(xfconf_built_sources)
-
-BUILT_SOURCES = \
- $(xfconf_built_sources)
-
-xfconf-dbus-server.h: $(top_srcdir)/common/xfconf-dbus.xml
- $(AM_V_GEN) dbus-binding-tool --mode=glib-server --prefix=xfconf $< > $@
-
-endif
-
# required for gtk-doc
dist-hook: all