moving src/notify to src/
This commit is contained in:
parent
309350c01f
commit
22d7238b36
15 changed files with 32 additions and 33 deletions
8
Makefile
8
Makefile
|
|
@ -44,10 +44,10 @@ obj += src/common/strbuf.o
|
|||
obj += src/common/xalloc.o
|
||||
obj += src/common/die.o
|
||||
|
||||
obj += src/notify/inotify.o
|
||||
obj += src/notify/event.o
|
||||
obj += src/notify/fscrawl.o
|
||||
obj += src/notify/queue.o
|
||||
obj += src/inotify.o
|
||||
obj += src/event.o
|
||||
obj += src/fscrawl.o
|
||||
obj += src/queue.o
|
||||
|
||||
.PHONY : all clean cleaner
|
||||
all : $(PROGRAM)
|
||||
|
|
|
|||
Reference in a new issue