From c9d41b4b94882ade8fa4b706948dd860652b0af0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 Nov 2004 16:45:08 +0000 Subject: Make the simulator builds acknowledge the plugins variable set in the configure script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5464 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 ++ uisimulator/win32/Makefile | 6 +++--- uisimulator/x11/Makefile | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/tools/configure b/tools/configure index 78403814fb..7a1403cb6a 100755 --- a/tools/configure +++ b/tools/configure @@ -74,6 +74,7 @@ sed > Makefile \ -e "s,@PWD@,${pwd},g" \ -e "s,@LANGUAGE@,${language},g" \ -e "s,@TARGET@,${target},g" \ + -e "s,@PLUGINS@,${plugins},g" \ -e "s,@SIMVER@,${simver},g" \ <