diff options
| author | Michiel Van Der Kolk <not.valid@email.address> | 2005-04-28 12:33:38 +0000 |
|---|---|---|
| committer | Michiel Van Der Kolk <not.valid@email.address> | 2005-04-28 12:33:38 +0000 |
| commit | 9369d4867d3bf033e0e3bbcff05cd7f0a9bb83e8 (patch) | |
| tree | 0276c6299a3b26705b028f399ceadf3ac7867b2f /apps/plugins/Makefile | |
| parent | a7f7781dca4db172a507e7e6f73bee03fc7deb2f (diff) | |
| download | rockbox-9369d4867d3bf033e0e3bbcff05cd7f0a9bb83e8.zip rockbox-9369d4867d3bf033e0e3bbcff05cd7f0a9bb83e8.tar.gz rockbox-9369d4867d3bf033e0e3bbcff05cd7f0a9bb83e8.tar.bz2 rockbox-9369d4867d3bf033e0e3bbcff05cd7f0a9bb83e8.tar.xz | |
Search engine core for database v2, has an hardcoded "songs for year >= 1980 and year < 1990" at the moment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6367 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/Makefile')
| -rw-r--r-- | apps/plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 9c3ff4a..8361727 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -37,7 +37,7 @@ DIRS = . #for any recorder and iRiver model ifneq (,$(strip $(foreach tgt,RECORDER IRIVER,$(findstring $(tgt),$(TARGET))))) - SUBDIRS += rockboy + SUBDIRS += rockboy searchengine endif .PHONY: $(SUBDIRS) |