From 383b3c1b8d90de551b1d2cf0540e9d9925347c29 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 10 Jan 2006 03:49:11 +0000 Subject: Don't build metronome on the iPod git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8320 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 5bb84a7a0a..3236125399 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -17,6 +17,10 @@ vbrfix.c viewer.c dict.c +#if CONFIG_KEYPAD != IPOD_4G_PAD +metronome.c +#endif + #ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */ solitaire.c #ifndef HAVE_LCD_COLOR @@ -32,7 +36,6 @@ flipit.c grayscale.c jpeg.c mandelbrot.c -metronome.c minesweeper.c oscillograph.c oscilloscope.c @@ -88,5 +91,4 @@ wav2wv.c midi2wav.c #else splitedit.c -metronome.c #endif -- cgit v1.2.3