Skip to content

Commit 4666978

Browse files
committed
Add macOS FSEvents monitor support
1 parent 03449fa commit 4666978

6 files changed

Lines changed: 1263 additions & 610 deletions

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ NOTIFICATIONS = @NOTIFICATIONS@
2828
HAVE_SYSTEMD = @HAVE_SYSTEMD@
2929
systemduserunitdir = @systemduserunitdir@
3030
systemdsystemunitdir = @systemdsystemunitdir@
31-
all_libs = @curl_LIBS@ @sqlite_LIBS@ @dbus_LIBS@ @notify_LIBS@ @bsd_inotify_LIBS@ @dynamic_linker_LIBS@
31+
all_libs = @curl_LIBS@ @sqlite_LIBS@ @dbus_LIBS@ @notify_LIBS@ @bsd_inotify_LIBS@ @macos_fsevents_LIBS@ @dynamic_linker_LIBS@
3232
COMPLETIONS = @COMPLETIONS@
3333
BASH_COMPLETION_DIR = @BASH_COMPLETION_DIR@
3434
ZSH_COMPLETION_DIR = @ZSH_COMPLETION_DIR@

0 commit comments

Comments
 (0)