summaryrefslogtreecommitdiff
path: root/pango/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-05-10 21:26:21 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-05-10 21:26:21 +0000
commitdd0245c7629630c52a33f301ce5ba687ec353cff (patch)
treefefc5c8f24a7ad1fd4db35a1e33fe4fcce78a276 /pango/Makefile.am
parentf20dc94b7ed3bcf37f5bfc8bc5d8bf8596954a60 (diff)
downloadpango-dd0245c7629630c52a33f301ce5ba687ec353cff.tar.gz
New public API:
2007-05-10 Behdad Esfahbod <behdad@gnome.org> * pango/Makefile.am: * pango/pango-ot.h: * pango/pango-ot-tag.c (pango_ot_tag_from_script), (pango_ot_tag_to_script), (lang_compare_first_component), (pango_ot_tag_from_language), (pango_ot_tag_to_language): New public API: PANGO_OT_DEFAULT_SCRIPT pango_ot_tag_from_script() pango_ot_tag_to_script() pango_ot_tag_from_language() pango_ot_tag_to_language() * tests/Makefile.am: * tests/test-ot-tags.c: Test case for new functions. * pango/pangoft2.def: * docs/pango-docs.sgml: * docs/pango-sections.txt: * docs/tmpl/main.sgml: * docs/tmpl/opentype.sgml: Updated. svn path=/trunk/; revision=2274
Diffstat (limited to 'pango/Makefile.am')
-rw-r--r--pango/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 78765a0c..af0e6cf5 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -218,7 +218,8 @@ libpangoft2_1_0_la_SOURCES = \
pango-ot-private.h \
pango-ot-buffer.c \
pango-ot-info.c \
- pango-ot-ruleset.c
+ pango-ot-ruleset.c \
+ pango-ot-tag.c
if OS_WIN32