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/recorder/icons.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/recorder') diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index 767e0f2a14..5f2185e1b7 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -30,9 +30,9 @@ /* External bitmaps */ -#include +#include "bitmaps/rockboxlogo.h" #ifdef HAVE_REMOTE_LCD -#include +#include "bitmaps/remote_rockboxlogo.h" #endif -- cgit v1.2.3