mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 04:18:00 +02:00
ftnames.c has been erroneously included twice.
This commit is contained in:
parent
795ec46f9a
commit
fbe54e4098
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,8 @@ BASE_SRC := $(BASE_)ftcalc.c \
|
|||
$(BASE_)ftlist.c \
|
||||
$(BASE_)ftobjs.c \
|
||||
$(BASE_)ftstream.c \
|
||||
$(BASE_)ftoutln.c
|
||||
$(BASE_)ftoutln.c \
|
||||
$(BASE_)ftnames.c
|
||||
|
||||
# Base layer `extensions' sources
|
||||
#
|
||||
|
|
@ -46,7 +47,6 @@ BASE_SRC := $(BASE_)ftcalc.c \
|
|||
# symbols is used by the application.
|
||||
#
|
||||
BASE_EXT_SRC := $(BASE_)ftglyph.c \
|
||||
$(BASE_)ftnames.c \
|
||||
$(BASE_)ftmm.c
|
||||
|
||||
# Default extensions objects
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue