Index: Makefile
===================================================================
RCS file: /cvsroot/rockbox/apps/Makefile,v
retrieving revision 1.21
diff -u -b -r1.21 Makefile
--- Makefile	23 Aug 2002 12:32:51 -0000	1.21
+++ Makefile	27 Aug 2002 22:36:46 -0000
@@ -47,6 +47,8 @@
    CFLAGS += -Irecorder
    OUTNAME = ajbrec.ajz
 else
+   SRC += $(wildcard player/*.c)
+   CFLAGS += -Iplayer
    OUTNAME = archos.mod
 endif
 
@@ -82,7 +84,7 @@
 	-$(RM) -r $(OBJDIR)/$(DEPS)
 
 DEPS:=.deps
-DEPDIRS:=$(DEPS) $(DEPS)/recorder
+DEPDIRS:=$(DEPS) $(DEPS)/recorder $(DEPS)/player
 
 DIRS = $(subst $(DEPS),".",$(DEPDIRS)) 
 

