diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-10-13 17:20:41 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-10-13 17:20:41 +0000 |
commit | 6bed9d56b66a461f1cdc4b672ce10bc39a88baca (patch) | |
tree | 5361b51f74d96efb7749d356e4d1c47fffcc4f40 /pango/.cvsignore | |
parent | b77f3f9ba3fc98c086d01440eef7771c58f9058d (diff) | |
download | pango-6bed9d56b66a461f1cdc4b672ce10bc39a88baca.tar.gz |
Bug 361938 – Can't include *-lang modules (./configure
2006-10-13 Behdad Esfahbod <behdad@gnome.org>
Bug 361938 – Can't include *-lang modules (./configure
--with-included-modules fails)
* configure.in:
* modules/Makefile.am:
* pango/.cvsignore:
* pango/Makefile.am:
* pango/modules.c (init_modules):
* pango/modules.h:
Make included language engines work.
Diffstat (limited to 'pango/.cvsignore')
-rw-r--r-- | pango/.cvsignore | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pango/.cvsignore b/pango/.cvsignore index 9363569d..db2705df 100644 --- a/pango/.cvsignore +++ b/pango/.cvsignore @@ -8,10 +8,7 @@ pango-enum-types.[ch] s-enum-types-[ch] pango-querymodules module-defs.h -module-defs-atsui.c -module-defs-x.c -module-defs-fc.c -module-defs-win32.c +module-defs-*.c *.lo *.la .deps |