From 92d1795dee54fb36966910d448d6dc3cf60b5032 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Sat, 18 Jul 2009 13:00:47 +0200 Subject: - Import mfs_notify subroutines for registering for events on system files. The intent is to be able to detect when a musicfs folder or file is changed or modified in order to update filesystem data. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index bcba591..e8b2c3b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ LDFLAGS= -L/usr/local/lib LIBS= -lsqlite3 -ltag_c -lpthread `pkg-config fuse --libs` CC= gcc LD= gcc -SRCS= mfs_cleanup_db.c mfs_subr.c mfs_vnops.c musicfs.c +SRCS= mfs_cleanup_db.c mfs_subr.c mfs_vnops.c musicfs.c mfs_notify.c OBJS= $(SRCS:.c=.o) PROGRAM = musicfs -- cgit v1.2.3