summaryrefslogtreecommitdiff
path: root/pango/Makefile.am
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-03-18 13:02:13 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2009-03-20 08:44:40 +0000
commit698203ab28bc679c2e62a2452a79d5785fd46ca7 (patch)
treea2d0086444a6a25500283210cd340daca899ece7 /pango/Makefile.am
parent3241972c4f4d9c1d98d166c38cb0d7b12afb5545 (diff)
downloadpango-698203ab28bc679c2e62a2452a79d5785fd46ca7.tar.gz
[pango] Allocate PangoScriptIter on stack.
Move the PangoScriptIter structure definition to a private header file, so that we can embed the iterator within other structures or allocate a local iterator on the stack. This eliminates the frequent short-lived allocations associated with the iterator.
Diffstat (limited to 'pango/Makefile.am')
-rw-r--r--pango/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index fff14dfb..c5153aec 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -92,6 +92,7 @@ libpango_1_0_la_SOURCES = \
pango-renderer.c \
pango-script.c \
pango-script-lang-table.h \
+ pango-script-private.h \
pango-tabs.c \
pango-utils.c \
reorder-items.c \