diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-12-16 14:23:13 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-12-16 14:23:13 +0000 |
| commit | 3d3ec3402d8f4ad70270b8aec29842de1772f290 (patch) | |
| tree | 767384e6f7fe07a298d10fda5d0a9b2706a9ee0d /apps/plugins/SOURCES | |
| parent | 6f8e786dbc273c112827355b600939b3fc27554e (diff) | |
| download | rockbox-3d3ec3402d8f4ad70270b8aec29842de1772f290.zip rockbox-3d3ec3402d8f4ad70270b8aec29842de1772f290.tar.gz rockbox-3d3ec3402d8f4ad70270b8aec29842de1772f290.tar.bz2 rockbox-3d3ec3402d8f4ad70270b8aec29842de1772f290.tar.xz | |
Add stopwatch plugin replacement for touchscreen targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24026 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 6edb734..76a0b57 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -15,7 +15,11 @@ settings_dumper.c snow.c sort.c stats.c +#ifdef HAVE_TOUCHSCREEN +stopwatch.lua +#else stopwatch.c +#endif theme_remove.c vbrfix.c viewer.c |