diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-01-10 09:41:22 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-01-10 09:41:22 +0000 |
| commit | 28aaa0ade52bafabaf102b285a742caf5b15b765 (patch) | |
| tree | f04045985bb8b7b3bc143c6f2e37e54c84333ee7 /apps/plugins/SOURCES | |
| parent | ccf3283a6fc65edb969b8c2621906f52d4d55e81 (diff) | |
| download | rockbox-28aaa0ade52bafabaf102b285a742caf5b15b765.zip rockbox-28aaa0ade52bafabaf102b285a742caf5b15b765.tar.gz rockbox-28aaa0ade52bafabaf102b285a742caf5b15b765.tar.bz2 rockbox-28aaa0ade52bafabaf102b285a742caf5b15b765.tar.xz | |
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/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 5bb84a7..209da50 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 |