From 440c7ea5fc05df79a379d46a8aeecad4db892ad1 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 23 Jan 2006 15:59:54 +0000 Subject: Forgotten Makefile change - Link bitmap libraries against plugins for the SDL sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8427 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index ca3b51482c..51d6b63c21 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -114,7 +114,7 @@ ifeq ($(SIMVER), sdl) $(OBJDIR)/%.rock : $(OBJDIR)/%.o $(BUILDDIR)/libplugin.a @echo "LD "`basename $@` - @$(CC) $(CFLAGS) -shared $< -L$(BUILDDIR) $(CODECLIBS) -lplugin -o $@ + @$(CC) $(CFLAGS) -shared $< -L$(BUILDDIR) $(CODECLIBS) -lplugin $(LINKBITMAPS) -o $@ ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) # 'x' must be kept or you'll have "Win32 error 5" # $ fgrep 5 /usr/include/w32api/winerror.h | head -1 -- cgit v1.2.3