summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/Makefile
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-04-15 11:27:47 +0000
committerJens Arnold <amiconn@rockbox.org>2006-04-15 11:27:47 +0000
commit7b22e99bd82a751f542fd8a1290d923510cfb381 (patch)
treea17d2814e3ca7fd5629b12ed3d04fa1c297b8e84 /apps/plugins/chessbox/Makefile
parent7aac7520ac369282202a753419a2dd3a2c9623b1 (diff)
downloadrockbox-7b22e99bd82a751f542fd8a1290d923510cfb381.zip
rockbox-7b22e99bd82a751f542fd8a1290d923510cfb381.tar.gz
rockbox-7b22e99bd82a751f542fd8a1290d923510cfb381.tar.bz2
rockbox-7b22e99bd82a751f542fd8a1290d923510cfb381.tar.xz
Chessbox: Patch #5052 by Miguel A. Arevalo: opening book. * Simplified drawing of board borders, and fixed a graphical glitch only visible on targets where all 4 borders are visible (ipod mini).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9676 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/chessbox/Makefile')
-rw-r--r--apps/plugins/chessbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/Makefile b/apps/plugins/chessbox/Makefile
index 7fe3e71..eb2df44 100644
--- a/apps/plugins/chessbox/Makefile
+++ b/apps/plugins/chessbox/Makefile
@@ -18,7 +18,7 @@ endif
LINKFILE := $(OBJDIR)/link.lds
DEPFILE = $(OBJDIR)/dep-chessbox
-SRC = chessbox.c gnuchess.c
+SRC = chessbox.c gnuchess.c opening.c
SOURCES = $(SRC)
OBJS := $(SRC:%.c=$(OBJDIR)/%.o)