summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChookij Vanatham <chookij@src.gnome.org>2001-04-20 04:14:28 +0000
committerChookij Vanatham <chookij@src.gnome.org>2001-04-20 04:14:28 +0000
commit5ddbcc1b9efc2153d49547bc371f411c3c266a20 (patch)
tree5a67358dc06132ba6cb2c2f568b5da6c229d335d
parente311e94a1c67ba442d29073aa2f076d151a05e54 (diff)
downloadpango-5ddbcc1b9efc2153d49547bc371f411c3c266a20.tar.gz
Added building Pango X Hebrew Engine.
-rw-r--r--configure.in4
-rw-r--r--modules/Makefile.am3
2 files changed, 5 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 1a115f00..54893cfb 100644
--- a/configure.in
+++ b/configure.in
@@ -170,7 +170,7 @@ AC_MSG_CHECKING(modules to link statically)
AC_ARG_WITH(included_modules, [ --with-included-modules=MODULE1,MODULE2,... Build the given modules into Pango])
indic_modules="gurmukhi-x,bengali-x,gujarati-x,devanagari-x,myanmar-x"
-all_modules="arabic-x,arabic-xft,basic-x,basic-ft2,basic-xft,hangul-x,tamil-x,tamil-xft,thai-x,$indic_modules"
+all_modules="arabic-x,arabic-xft,hebrew-x,basic-x,basic-ft2,basic-xft,hangul-x,tamil-x,tamil-xft,thai-x,$indic_modules"
included_modules=""
if test "x$with_included_modules" != xno || test "x$with_included_modules" = x ; then
@@ -221,6 +221,7 @@ AM_CONDITIONAL(INCLUDE_HANGUL_X,echo $included_modules | grep '\(^\|,\)hangul-x\
AM_CONDITIONAL(INCLUDE_TAMIL_X,echo $included_modules | grep '\(^\|,\)tamil-x\($\|,\)' > /dev/null)
AM_CONDITIONAL(INCLUDE_TAMIL_XFT,echo $included_modules | grep '\(^\|,\)tamil-xft\($\|,\)' > /dev/null)
AM_CONDITIONAL(INCLUDE_THAI_X,echo $included_modules | grep '\(^\|,\)thai-x\($\|,\)' > /dev/null)
+AM_CONDITIONAL(INCLUDE_HEBREW_X,echo $included_modules | grep '\(^\|,\)hebrew-x\($\|,\)' > /dev/null)
AM_CONDITIONAL(INCLUDE_MYANMAR_X,echo $included_modules | grep '\(^\|,\)myanmar-x\($\|,\)' > /dev/null)
AM_CONDITIONAL(INCLUDE_GURMUKHI_X,echo $included_modules | grep '\(^\|,\)gurmukhi-x\($\|,\)' > /dev/null)
@@ -463,6 +464,7 @@ modules/hangul/Makefile
modules/indic/Makefile
modules/tamil/Makefile
modules/thai/Makefile
+modules/hebrew/Makefile
examples/Makefile
examples/makefile.mingw
docs/Makefile
diff --git a/modules/Makefile.am b/modules/Makefile.am
index 3e71db7e..3a04076b 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -6,7 +6,8 @@ SUBDIRS = \
hangul \
indic \
tamil \
- thai
+ thai \
+ hebrew
EXTRA_DIST = \
module.def