From 7c4e0c8730d5b076d4db4206361bc38d5256a23f Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 26 Mar 2006 11:33:42 +0000 Subject: Initial version of tagcache! There are still some bugs in the engine and much more problems with the UI. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9256 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 3 ++- apps/plugins/SOURCES | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 54917ab..586eb60 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -60,7 +60,8 @@ DIRS = . # Subdirs containing multi-file plugins #for all targets -SUBDIRS += searchengine databox +# SUBDIRS += searchengine databox +SUBDIRS += databox #for any recorder, iRiver or iPod model ifneq (,$(strip $(foreach tgt,RECORDER IRIVER IPOD_COLOR IPOD_VIDEO GIGABEAT,$(findstring $(tgt),$(TARGET))))) diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 5ba983e..68d7929 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -15,7 +15,7 @@ metronome.c #endif mosaique.c rockbox_flash.c -search.c +/* search.c */ snow.c sort.c stats.c -- cgit v1.1