From ac488f8cb77d7786fe22e642f6177f46e5e6b1db Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 3 Nov 2008 14:37:50 +0000 Subject: 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 --- apps/plugins/logo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/logo.c') diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index 4d4263ee79..be4a39c2b5 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -31,7 +31,7 @@ PLUGIN_HEADER #ifdef HAVE_REMOTE_LCD #define REMOTE_WIDTH LCD_REMOTE_WIDTH #define REMOTE_HEIGHT LCD_REMOTE_HEIGHT -#include "remote_rockboxlogo.h" +#include "pluginbitmaps/remote_rockboxlogo.h" #define REMOTE_LOGO_WIDTH BMPWIDTH_remote_rockboxlogo #define REMOTE_LOGO_HEIGHT BMPHEIGHT_remote_rockboxlogo #define REMOTE_LOGO remote_rockboxlogo @@ -39,7 +39,7 @@ extern const fb_remote_data remote_rockboxlogo[]; #endif /* HAVE_REMOTE_LCD */ #define LOGO rockboxlogo -#include "rockboxlogo.h" +#include "pluginbitmaps/rockboxlogo.h" #define LOGO_WIDTH BMPWIDTH_rockboxlogo #define LOGO_HEIGHT BMPHEIGHT_rockboxlogo extern const fb_data rockboxlogo[]; -- cgit v1.2.3