mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 05:18:10 +02:00
adding "ftbbox" to build rules
This commit is contained in:
parent
aaef89dcff
commit
782cadcacb
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ BASE_SRC := $(BASE_)ftcalc.c \
|
|||
# symbols is used by the application.
|
||||
#
|
||||
BASE_EXT_SRC := $(BASE_)ftglyph.c \
|
||||
$(BASE_)ftmm.c
|
||||
$(BASE_)ftmm.c \
|
||||
$(BASE_)ftbbox.c
|
||||
|
||||
# Default extensions objects
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue