diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-01-07 17:08:13 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-01-07 17:08:13 +0000 |
commit | c7fca238d48e14b77d42efff9f399f6a40de2f19 (patch) | |
tree | 50209490652bb56f1a8758c35011e974c45e1e39 /pango/Makefile.am | |
parent | 93968e4379a2893e3e8ddcbd24702100e8e91c0f (diff) | |
download | pango-c7fca238d48e14b77d42efff9f399f6a40de2f19.tar.gz |
Allow '+' in the filename.
2001-01-07 Tor Lillqvist <tml@iki.fi>
* pango/fonts.c (pango_font_description_to_filename): Allow '+' in
the filename.
* pango/pangowin32.c (get_font_metrics_from_string): Adopt to new
prototype for g_utf8_to_ucs4).
* pango/module-defs.c.win32: Removed.
* pango/module-defs-ft2.c.win32: New file, hand-written until GNU
configure is used on Win32, too.
* pango/makefile.mingw.in
* pango/Makefile.am (EXTRA_DIST): Corresponding changes.
* pango/pango.def: Update.
Diffstat (limited to 'pango/Makefile.am')
-rw-r--r-- | pango/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am index aa8a40de..8fdc5350 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -155,7 +155,7 @@ endif EXTRA_DIST = \ $(pango_built_headers) \ makeenums.pl \ - module-defs.c.win32 \ + module-defs-ft2.c.win32 \ module-defs.h \ pango.def \ pangowin32.def \ |