diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-26 18:47:53 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-26 18:47:53 +0000 |
commit | 788fe1df185ea726d2ae37436fdaec0d813395fe (patch) | |
tree | b9ab5d2743528755ee286fb406f84f0257e02ede /pango/modules.h | |
parent | 1fdf2cb5e708c0a40379bf6f95cfc045289dfa96 (diff) | |
download | pango-788fe1df185ea726d2ae37436fdaec0d813395fe.tar.gz |
Fix more ATSUI stuff in build infrastructure. Sigh... (bug #328632)
2006-01-26 Behdad Esfahbod <behdad@gnome.org>
* pango/modules.h, pango/Makefile.am: Fix more ATSUI stuff in build
infrastructure. Sigh... (bug #328632)
Diffstat (limited to 'pango/modules.h')
-rw-r--r-- | pango/modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/modules.h b/pango/modules.h index c8f306df..eb04d5b4 100644 --- a/pango/modules.h +++ b/pango/modules.h @@ -28,5 +28,6 @@ extern PangoIncludedModule _pango_included_x_modules[]; extern PangoIncludedModule _pango_included_fc_modules[]; extern PangoIncludedModule _pango_included_win32_modules[]; +extern PangoIncludedModule _pango_included_atsui_modules[]; #endif /* __MODULES_H__ */ |