From: Po Lu Date: Sat, 18 Dec 2021 13:59:49 +0000 (+0000) Subject: ; * configure.ac: Add missing object to Haiku cairo build X-Git-Tag: emacs-29.0.90~3584 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=120de8f9cbef44a0c26d767ca67f5457c3d7f8a0;p=emacs.git ; * configure.ac: Add missing object to Haiku cairo build --- diff --git a/configure.ac b/configure.ac index df9bde6f20d..c00233edecb 100644 --- a/configure.ac +++ b/configure.ac @@ -5855,7 +5855,7 @@ fi if test "${HAVE_BE_APP}" = "yes" ; then if test "${HAVE_CAIRO}" = "yes"; then - FONT_OBJ="$FONT_OBJ ftcrfont.o" + FONT_OBJ="$FONT_OBJ ftfont.o ftcrfont.o" fi fi