aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorViliam Mateicka <viliam.mateicka@gmail.com>2009-10-24 18:24:29 +0200
committerViliam Mateicka <viliam.mateicka@gmail.com>2009-10-24 18:24:29 +0200
commit7b343eaf5042513e14f4e2f0d0b698ea7c851e15 (patch)
tree0f0025d8589c73c15f35bd1b69d274ea7cf2b996 /Makefile.am
parentac830468bf5bad039dd7198bdbd3b73ceb6c7b32 (diff)
downloadmpd-7b343eaf5042513e14f4e2f0d0b698ea7c851e15.tar.gz
mpd-7b343eaf5042513e14f4e2f0d0b698ea7c851e15.tar.xz
mpd-7b343eaf5042513e14f4e2f0d0b698ea7c851e15.zip
add --disable-inotify for configure to disable inotify when autodetected
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 480acdc91..cf8fd64d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -294,7 +294,7 @@ src_mpd_SOURCES = \
src/stored_playlist.c \
src/timer.c
-if HAVE_INOTIFY
+if ENABLE_INOTIFY
src_mpd_SOURCES += \
src/inotify_source.c \
src/inotify_queue.c \