diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-15 00:57:01 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-15 00:57:01 +0100 |
commit | 7b50864826349fedd3d035d068c6aa41497033a2 (patch) | |
tree | ea1b551baecbd4f7b326107ed20e9d937981aaa3 /src/deps.mk | |
parent | d2ac8a9c8f5a3a3c3455241339dd65fac750db44 (diff) |
Read themes from ~/.config/feh/themes, don't autocreate for now
Diffstat (limited to 'src/deps.mk')
-rw-r--r-- | src/deps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deps.mk b/src/deps.mk index 36b264f..8304879 100644 --- a/src/deps.mk +++ b/src/deps.mk @@ -24,7 +24,7 @@ menu.o: menu.c feh.h structs.h menu.h utils.h getopt.h debug.h support.h \ multiwindow.o: multiwindow.c feh.h structs.h menu.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 utils.h getopt.h debug.h \ - filelist.h options.h help.inc fehrc.inc + filelist.h options.h help.inc signals.o: signals.c feh.h structs.h menu.h utils.h getopt.h debug.h \ winwidget.h slideshow.o: slideshow.c feh.h structs.h menu.h utils.h getopt.h debug.h \ |