summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 43cc394..fc9b5da 100644
--- a/config.mk
+++ b/config.mk
@@ -86,6 +86,13 @@ else
MAN_EXIF = disabled
endif
+ifeq (${inotify},1)
+ CFLAGS += -DHAVE_INOTIFY
+ MAN_INOTIFY = enabled
+else
+ MAN_INOTIFY = disabled
+endif
+
MAN_DATE ?= ${shell date '+%B %d, %Y'}
# Uncomment this to use dmalloc