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/pictureflow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/pictureflow.c') diff --git a/apps/plugins/pictureflow.c b/apps/plugins/pictureflow.c index 7e6a180..4dde74a 100644 --- a/apps/plugins/pictureflow.c +++ b/apps/plugins/pictureflow.c @@ -28,8 +28,8 @@ #include "helper.h" #include "bmp.h" #include "picture.h" -#include "pictureflow_logo.h" -#include "pictureflow_emptyslide.h" +#include "pluginbitmaps/pictureflow_logo.h" +#include "pluginbitmaps/pictureflow_emptyslide.h" PLUGIN_HEADER -- cgit v1.1