summaryrefslogtreecommitdiff
path: root/apps/gui/icon.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2008-11-03 14:37:50 +0000
committerBjörn Stenberg <bjorn@haxx.se>2008-11-03 14:37:50 +0000
commitac488f8cb77d7786fe22e642f6177f46e5e6b1db (patch)
tree9e8ff3c76608bd0d1f788ea01679b82921d0e09d /apps/gui/icon.c
parentd34837cba14de3792bd84753370cb8bd92beedbf (diff)
downloadrockbox-ac488f8cb77d7786fe22e642f6177f46e5e6b1db.tar.gz
rockbox-ac488f8cb77d7786fe22e642f6177f46e5e6b1db.zip
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18987 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/icon.c')
-rw-r--r--apps/gui/icon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/icon.c b/apps/gui/icon.c
index e247644ade..e11c21cbea 100644
--- a/apps/gui/icon.c
+++ b/apps/gui/icon.c
@@ -30,9 +30,9 @@
30#include "bmp.h" 30#include "bmp.h"
31#include "filetypes.h" 31#include "filetypes.h"
32 32
33#include <default_icons.h> 33#include "bitmaps/default_icons.h"
34#if defined(HAVE_REMOTE_LCD) && (NB_SCREENS > 1) 34#if defined(HAVE_REMOTE_LCD) && (NB_SCREENS > 1)
35#include <remote_default_icons.h> 35#include "bitmaps/remote_default_icons.h"
36#endif 36#endif
37 37
38/* These are just the file names, the full path is snprint'ed when used */ 38/* These are just the file names, the full path is snprint'ed when used */