aboutsummaryrefslogtreecommitdiff
path: root/woff2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'woff2/Makefile')
-rw-r--r--woff2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/woff2/Makefile b/woff2/Makefile
index 971feac..3782048 100644
--- a/woff2/Makefile
+++ b/woff2/Makefile
@@ -2,7 +2,8 @@
include ../shared.mk
-OUROBJ = font.o glyph.o normalize.o transform.o woff2.o
+OUROBJ = font.o glyph.o normalize.o table_tags.o transform.o \
+ woff2_dec.o woff2_enc.o
BROTLI = ../brotli
ENCOBJ = $(BROTLI)/enc/*.o