From 6e9eeaf43cc9521ac49e0469c740ce1827757b54 Mon Sep 17 00:00:00 2001 From: Rod Sheeter Date: Tue, 24 Feb 2015 14:04:43 -0800 Subject: [PATCH] add new objects --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fcb9525..0048b77 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ endif SRCDIR = src OUROBJ = font.o glyph.o normalize.o table_tags.o transform.o \ - woff2_dec.o woff2_enc.o + woff2_dec.o woff2_enc.o woff2_common.o variable_length.o BROTLI = brotli ENCOBJ = $(BROTLI)/enc/*.o