summaryrefslogtreecommitdiff
path: root/src/deps.mk
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-09 10:46:02 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-09 10:46:02 +0200
commit78a066bc2f66367f590425828ebc5bae32bb8407 (patch)
tree0221fd08e3170000c94fe88d77025a6faffccbfe /src/deps.mk
parent231d12642cde2fa8f03e9dd6d0d4e98e02508a99 (diff)
Use SIGUSR1/SIGUSR2 in slideshow mode to change images
Diffstat (limited to 'src/deps.mk')
-rw-r--r--src/deps.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/deps.mk b/src/deps.mk
index 5cd4fdf..c3e5043 100644
--- a/src/deps.mk
+++ b/src/deps.mk
@@ -27,8 +27,10 @@ multiwindow.o: multiwindow.c feh.h structs.h menu.h ipc.h utils.h \
getopt.h debug.h winwidget.h timers.h filelist.h options.h
options.o: options.c feh.h structs.h menu.h ipc.h utils.h getopt.h \
debug.h filelist.h options.h
+signals.o: signals.c feh.h structs.h menu.h ipc.h utils.h getopt.h \
+ debug.h winwidget.h
slideshow.o: slideshow.c feh.h structs.h menu.h ipc.h utils.h getopt.h \
- debug.h filelist.h timers.h winwidget.h options.h
+ debug.h filelist.h timers.h winwidget.h options.h signals.h
support.o: support.c feh.h structs.h menu.h ipc.h utils.h getopt.h \
debug.h filelist.h options.h support.h
thumbnail.o: thumbnail.c feh.h structs.h menu.h ipc.h utils.h getopt.h \