From b2ea95e8d27d8d9fdc5a5422c45218026ad01476 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 17 Jun 2010 07:56:51 +0000 Subject: make the parser slightly more usable for rockbox, move the buffer allocation into the lib (maybe not the best spot?) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26880 a1c6a512-1295-4272-9138-f99709370657 --- lib/skin_parser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/skin_parser/Makefile') diff --git a/lib/skin_parser/Makefile b/lib/skin_parser/Makefile index 5c1be67578..4026f9e9a9 100644 --- a/lib/skin_parser/Makefile +++ b/lib/skin_parser/Makefile @@ -9,7 +9,7 @@ BUILDDIR ?= . -SRC = skin_parser.c skin_debug.c skin_scan.c tag_table.c +SRC = skin_buffer.c skin_parser.c skin_debug.c skin_scan.c tag_table.c OBJ := $(patsubst %.c,$(BUILDDIR)/%.o,$(SRC)) OUT = $(BUILDDIR)/libskin_parser.a CC = gcc -- cgit v1.2.3