summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-01-10 03:49:11 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-01-10 03:49:11 +0000
commit383b3c1b8d90de551b1d2cf0540e9d9925347c29 (patch)
treea1bb505a32c04b4228077c0a63cb702ba0b57535 /apps
parent81c9d58c4e6c6b35eb16954d9f9c0c9ce8465be7 (diff)
downloadrockbox-383b3c1b8d90de551b1d2cf0540e9d9925347c29.tar.gz
rockbox-383b3c1b8d90de551b1d2cf0540e9d9925347c29.zip
Don't build metronome on the iPod
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8320 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES6
1 files changed, 4 insertions, 2 deletions
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
17viewer.c 17viewer.c
18dict.c 18dict.c
19 19
20#if CONFIG_KEYPAD != IPOD_4G_PAD
21metronome.c
22#endif
23
20#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */ 24#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
21solitaire.c 25solitaire.c
22#ifndef HAVE_LCD_COLOR 26#ifndef HAVE_LCD_COLOR
@@ -32,7 +36,6 @@ flipit.c
32grayscale.c 36grayscale.c
33jpeg.c 37jpeg.c
34mandelbrot.c 38mandelbrot.c
35metronome.c
36minesweeper.c 39minesweeper.c
37oscillograph.c 40oscillograph.c
38oscilloscope.c 41oscilloscope.c
@@ -88,5 +91,4 @@ wav2wv.c
88midi2wav.c 91midi2wav.c
89#else 92#else
90splitedit.c 93splitedit.c
91metronome.c
92#endif 94#endif