ftnames.c has been erroneously included twice.

This commit is contained in:
Werner Lemberg 2000-10-15 23:32:01 +00:00
parent 795ec46f9a
commit fbe54e4098
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,8 @@ BASE_SRC := $(BASE_)ftcalc.c \
$(BASE_)ftlist.c \ $(BASE_)ftlist.c \
$(BASE_)ftobjs.c \ $(BASE_)ftobjs.c \
$(BASE_)ftstream.c \ $(BASE_)ftstream.c \
$(BASE_)ftoutln.c $(BASE_)ftoutln.c \
$(BASE_)ftnames.c
# Base layer `extensions' sources # Base layer `extensions' sources
# #
@ -46,7 +47,6 @@ BASE_SRC := $(BASE_)ftcalc.c \
# symbols is used by the application. # symbols is used by the application.
# #
BASE_EXT_SRC := $(BASE_)ftglyph.c \ BASE_EXT_SRC := $(BASE_)ftglyph.c \
$(BASE_)ftnames.c \
$(BASE_)ftmm.c $(BASE_)ftmm.c
# Default extensions objects # Default extensions objects