diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
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 \ |