diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2006-10-25 10:17:57 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2006-10-25 10:17:57 +0000 |
| commit | 710ccb7b483da9be9543ea40a99dee7fd6f8fa98 (patch) | |
| tree | c2e06245a5c91bc1680fe3a033a44e4220fcc459 /apps/SOURCES | |
| parent | 22dfcdb3eca609a920787a154f758b54dd38a550 (diff) | |
| download | rockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.zip rockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.tar.gz rockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.tar.bz2 rockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.tar.xz | |
ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11338 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index d759e49..570ec6e 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -27,7 +27,9 @@ status.c talk.c #endif tree.c +#ifdef HAVE_TAGCACHE tagtree.c +#endif filetree.c scrobbler.c @@ -82,7 +84,9 @@ eq_arm.S eq_menu.c #endif metadata.c +#ifdef HAVE_TAGCACHE tagcache.c +#endif #if (CONFIG_KEYPAD == IRIVER_H100_PAD) \ || (CONFIG_KEYPAD == IRIVER_H300_PAD) keymaps/keymap-h1x0_h3x0.c |