* src/sfnt/rules.mk (SFNT_DRV_H): Add ttsbit0.c.

This commit is contained in:
Werner Lemberg 2009-03-09 13:18:47 +00:00
parent ee3cc2e4fc
commit 8312ab7563
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2009-03-09 Werner Lemberg <wl@gnu.org>
* src/sfnt/rules.mk (SFNT_DRV_H): Add ttsbit0.c.
2009-03-09 Alexey Kryukov <anagnost@yandex.ru>
Fix handling of EBDT formats 8 and 9 (part 2).

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2000, 2002, 2003, 2004, 2005, 2006, 2007 by
# Copyright 1996-2000, 2002, 2003, 2004, 2005, 2006, 2007, 2009 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -37,8 +37,11 @@ SFNT_DRV_SRC := $(SFNT_DIR)/ttload.c \
# SFNT driver headers
#
SFNT_DRV_H := $(SFNT_DRV_SRC:%c=%h) \
$(SFNT_DIR)/sferrors.h
# Note that ttsbit0.c gets #included by ttsbit.c.
#
SFNT_DRV_H := $(SFNT_DRV_SRC:%c=%h) \
$(SFNT_DIR)/sferrors.h \
$(SFNT_DIR)/ttsbit0.c
# SFNT driver object(s)