diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-03 19:07:36 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-03 19:07:36 +0000 |
commit | b06fe6f72867dc1318645b212a25a373fa22f086 (patch) | |
tree | efb79eee7e62ab6138fed2e3bd287588f7794bbb /pango | |
parent | 3a7b35be54259fd9cb7134f05d58a1252b320d47 (diff) | |
download | pango-b06fe6f72867dc1318645b212a25a373fa22f086.tar.gz |
Release 0.14PANGO_0_14
Tue Apr 3 15:05:19 2001 Owen Taylor <otaylor@redhat.com>
* Release 0.14
* NEWS: updated.
* pango/pango/opentype/Makefile.am: make dist fixes.
* configure.in (PANGO_MINOR_VERSION): Up to 0.14
Diffstat (limited to 'pango')
-rw-r--r-- | pango/Makefile.am | 1 | ||||
-rw-r--r-- | pango/opentype/Makefile.am | 10 |
2 files changed, 9 insertions, 2 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am index b81ada62..cd761fea 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -99,6 +99,7 @@ libpangox_la_LIBADD = $(X_LIBS) $(INCLUDED_X_MODULES) libpangoxft_la_SOURCES = \ pangoxft-font.c \ pangoxft-fontmap.c \ + pangoxft-private.h \ module-defs-xft.c libpangoxft_la_LIBADD = $(INCLUDED_XFT_MODULES) $(XFT_LIBS) opentype/libpango-ot.la diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am index fa396b59..553a7757 100644 --- a/pango/opentype/Makefile.am +++ b/pango/opentype/Makefile.am @@ -18,11 +18,17 @@ noinst_LTLIBRARIES = libpango-ot.la libpango_ot_la_SOURCES = \ ftxopen.c \ + ftxopen.h \ + ftxopenf.h \ ftxgdef.c \ + ftxgdef.h \ ftxgpos.c \ + ftxgpos.h \ + ftxgsub.c \ + ftxgsub.h \ pango-ot-info.c \ - pango-ot-ruleset.c \ - ftxgsub.c + pango-ot-private.h \ + pango-ot-ruleset.c noinst_PROGRAMS = ottest |