diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2008-04-23 21:15:07 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2008-04-23 21:15:07 +0000 |
| commit | 39718e358518ef16a42415a7b44b6e37bacaa656 (patch) | |
| tree | be66533008c2b94f4b513d2c87351f0f357f9109 /apps/plugins/SOURCES | |
| parent | a616c4851a7c3496e0aae15cdb382f4d0219dc8a (diff) | |
| download | rockbox-39718e358518ef16a42415a7b44b6e37bacaa656.zip rockbox-39718e358518ef16a42415a7b44b6e37bacaa656.tar.gz rockbox-39718e358518ef16a42415a7b44b6e37bacaa656.tar.bz2 rockbox-39718e358518ef16a42415a7b44b6e37bacaa656.tar.xz | |
Accept FS #8285 - "Flashlight" plugin by Vuong Minh Hiep, Thomas Martitz and Alexander Papst
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17226 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 8e138d7..b33b630 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -19,6 +19,9 @@ stats.c stopwatch.c vbrfix.c viewer.c +#ifdef HAVE_BACKLIGHT +flashlight.c +#endif /* HAVE_BACKLIGHT */ #ifdef OLYMPUS_MROBE_500 /* remove these once the plugins before it are compileable */ |