From ac488f8cb77d7786fe22e642f6177f46e5e6b1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= 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/bubbles.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/plugins/bubbles.c') diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index be94036..17bfeca 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -99,10 +99,10 @@ PLUGIN_HEADER /* external bitmaps */ #ifdef HAVE_LCD_COLOR -#include "bubbles_background.h" +#include "pluginbitmaps/bubbles_background.h" #endif -#include "bubbles_bubble.h" -#include "bubbles_emblem.h" +#include "pluginbitmaps/bubbles_bubble.h" +#include "pluginbitmaps/bubbles_emblem.h" #define BUBBLE_WIDTH BMPWIDTH_bubbles_bubble #define BUBBLE_HEIGHT BMPHEIGHT_bubbles_bubble -- cgit v1.1