summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2006-09-13 18:53:50 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-09-13 18:53:50 +0000
commit7bf3c35e7b3070d8c9fc37dcca9097c0b9e597d6 (patch)
tree41600233f84e4b1efa013857093359f4e889de89 /modules
parent8c633b224b3d2bb5e5ddd57a84ce492bf9505781 (diff)
downloadpango-7bf3c35e7b3070d8c9fc37dcca9097c0b9e597d6.tar.gz
Oops, undo stuff that were committed accidentally.
Diffstat (limited to 'modules')
-rw-r--r--modules/arabic/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/arabic/Makefile.am b/modules/arabic/Makefile.am
index 26b232eb..ca129b8d 100644
--- a/modules/arabic/Makefile.am
+++ b/modules/arabic/Makefile.am
@@ -21,21 +21,3 @@ pango_arabic_fc_la_LIBADD = $(pangoft2libs)
pango_arabic_fc_la_SOURCES = $(fc_sources)
libpango_arabic_fc_la_SOURCES = $(fc_sources)
libpango_arabic_fc_la_CFLAGS = -DPANGO_MODULE_PREFIX=_pango_arabic_fc
-
-
-if INCLUDE_ARABIC_LANG
-noinst_LTLIBRARIES += libpango-arabic-lang.la
-else
-if DYNAMIC_ARABIC_LANG
-module_LTLIBRARIES += pango-arabic-lang.la
-endif
-endif
-
-lang_sources = \
- arabic-lang.c
-
-pango_arabic_lang_la_LDFLAGS = -module $(MODULE_LIBTOOL_OPTIONS)
-pango_arabic_lang_la_LIBADD = $(pangolibs)
-pango_arabic_lang_la_SOURCES = $(lang_sources)
-libpango_arabic_lang_la_SOURCES = $(lang_sources)
-libpango_arabic_lang_la_CFLAGS = -DPANGO_MODULE_PREFIX=_pango_arabic_lang