From 531c27d199be9413523ae1f48703931d0ebf922f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 15 Feb 2022 14:20:54 -0600 Subject: [PATCH] Fix build --- test/api/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/Makefile.am b/test/api/Makefile.am index a6c9a6562..907ec498d 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -30,7 +30,7 @@ noinst_PROGRAMS = $(TEST_PROGS) TEST_PROGS = \ test-aat-layout \ test-baseline \ - test-be-glyph-advance.c \ + test-be-glyph-advance \ test-be-num-glyphs \ test-blob \ test-buffer \