summaryrefslogtreecommitdiff
path: root/bus/Makefile.am
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-06-28 09:36:32 +0800
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-28 11:53:29 +0100
commit1f9e5d70c7cb6bba6c440d9552711859fdadfea9 (patch)
tree8a168e1693c86f2614239b72bc3cbd8250a6f2f9 /bus/Makefile.am
parent2dfb5ff69bb87f17ed98219f354c545fe31300d3 (diff)
downloaddbus-1f9e5d70c7cb6bba6c440d9552711859fdadfea9.tar.gz
dir-watch: remove dnotify backend
dnotify as a dir watch backend is broken since Jan 2010 (almost 3.5 years). According to fd.o: #33001, it's no harm to remove dnotify from this project. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33001 Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'bus/Makefile.am')
-rw-r--r--bus/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am
index 74c62e74..526f1101 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -50,13 +50,9 @@ else
if DBUS_BUS_ENABLE_INOTIFY
DIR_WATCH_SOURCE=dir-watch-inotify.c
else
-if DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX
-DIR_WATCH_SOURCE=dir-watch-dnotify.c
-else
DIR_WATCH_SOURCE=dir-watch-default.c
endif
endif
-endif
BUS_SOURCES= \
activation.c \