diff options
Diffstat (limited to 'apps/plugins/chessbox/Makefile')
| -rw-r--r-- | apps/plugins/chessbox/Makefile | 2 |
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) |