summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@pvv.ntnu.no>2009-07-18 13:00:47 +0200
committerUlf Lilleengen <lulf@pvv.ntnu.no>2009-07-18 13:00:47 +0200
commit92d1795dee54fb36966910d448d6dc3cf60b5032 (patch)
tree1a6c4af7d26aa804266570665093dfe35dfc40ae /src/Makefile
parente3dd76883acb77340b6dd90a1ed43dd74491967f (diff)
- 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.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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