提交 61ddbafa 编写于 作者: B Behdad Esfahbod 提交者: Behdad Esfahbod

Build harfbuzz.c instead of individual source files, to let compiler go

2007-10-11  Behdad Esfahbod  <behdad@gnome.org>

        * pango/opentype/Makefile.am: Build harfbuzz.c instead of individual
        source files, to let compiler go wild with optimizations!
上级 a219b3d0
......@@ -6,6 +6,10 @@ INCLUDES = \
noinst_LTLIBRARIES = libharfbuzz-1.la
MAINSOURCES = \
harfbuzz.c
# included from harfbuzz.c
INCLUDEDSOURCES = \
ftglue.c \
harfbuzz-buffer.c \
harfbuzz-gdef.c \
......@@ -13,8 +17,6 @@ MAINSOURCES = \
harfbuzz-gsub.c \
harfbuzz-open.c
EXTRA_SOURCES = harfbuzz.c
PUBLICHEADERS = \
harfbuzz.h \
harfbuzz-buffer.h \
......@@ -55,5 +57,4 @@ EXTRA_DIST = \
COPYING.FTL \
COPYING.GPL \
COPYING \
$(EXTRA_SOURCES)
$(INCLUDED_SOURCES)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册