1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-19 04:21:45 -07:00

; * configure.ac: Add missing object to Haiku cairo build

This commit is contained in:
Po Lu 2021-12-18 13:59:49 +00:00
parent a1eb71413d
commit 120de8f9cb

View file

@ -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