summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-01-10 09:41:22 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-01-10 09:41:22 +0000
commit28aaa0ade52bafabaf102b285a742caf5b15b765 (patch)
treef04045985bb8b7b3bc143c6f2e37e54c84333ee7 /apps
parentccf3283a6fc65edb969b8c2621906f52d4d55e81 (diff)
downloadrockbox-28aaa0ade52bafabaf102b285a742caf5b15b765.tar.gz
rockbox-28aaa0ade52bafabaf102b285a742caf5b15b765.zip
Metronome now builds on all targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8322 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 5bb84a7a0a..209da50371 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -16,6 +16,7 @@ stopwatch.c
vbrfix.c
viewer.c
dict.c
+metronome.c
#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
solitaire.c
@@ -32,7 +33,6 @@ flipit.c
grayscale.c
jpeg.c
mandelbrot.c
-metronome.c
minesweeper.c
oscillograph.c
oscilloscope.c
@@ -88,5 +88,4 @@ wav2wv.c
midi2wav.c
#else
splitedit.c
-metronome.c
#endif