diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-08-16 20:35:18 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-08-16 20:35:50 -0400 |
commit | bbab4c1d5cdcbcd08fa783d5a24f249de6dddba5 (patch) | |
tree | 8abc6eb5753312eb4ed71277dc3fbe4021bb4ae1 /modules/Makefile.am | |
parent | 78913106a04b20444e725b1e8649233cf2e95e4c (diff) | |
download | pango-bbab4c1d5cdcbcd08fa783d5a24f249de6dddba5.tar.gz |
[HB] Remove Hangul, Hebrew, Khmer, and Tibetan shaping modules
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r-- | modules/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am index 802c8b54..73b42f4d 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -3,12 +3,8 @@ SUBDIRS = \ arabic \ basic \ - hangul \ - hebrew \ indic \ - khmer \ - thai \ - tibetan + thai EXTRA_DIST = \ Module.mk \ |