summaryrefslogtreecommitdiff
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
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
-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
16vbrfix.c 16vbrfix.c
17viewer.c 17viewer.c
18dict.c 18dict.c
19metronome.c
19 20
20#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */ 21#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
21solitaire.c 22solitaire.c
@@ -32,7 +33,6 @@ flipit.c
32grayscale.c 33grayscale.c
33jpeg.c 34jpeg.c
34mandelbrot.c 35mandelbrot.c
35metronome.c
36minesweeper.c 36minesweeper.c
37oscillograph.c 37oscillograph.c
38oscilloscope.c 38oscilloscope.c
@@ -88,5 +88,4 @@ wav2wv.c
88midi2wav.c 88midi2wav.c
89#else 89#else
90splitedit.c 90splitedit.c
91metronome.c
92#endif 91#endif