From 9369d4867d3bf033e0e3bbcff05cd7f0a9bb83e8 Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Thu, 28 Apr 2005 12:33:38 +0000 Subject: 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 --- apps/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/Makefile') 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) -- cgit v1.1