summaryrefslogtreecommitdiff
path: root/lib/skin_parser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/Makefile')
-rw-r--r--lib/skin_parser/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/skin_parser/Makefile b/lib/skin_parser/Makefile
index 5c1be67..4026f9e 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