summaryrefslogtreecommitdiff
path: root/modules/arabic
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2014-07-26 09:00:28 +0200
committerBehdad Esfahbod <behdad@behdad.org>2015-04-04 16:11:30 -0700
commit64492e1897a3510661e49754d0c7d7f7b58d640c (patch)
treece117e2dfe17cdcbf60e9b86aed4802fc5783549 /modules/arabic
parent7e7159e48164ef0487ba039555ee0418972340e7 (diff)
downloadpango-64492e1897a3510661e49754d0c7d7f7b58d640c.tar.gz
[modules] Don't build any dynamic modules
Diffstat (limited to 'modules/arabic')
-rw-r--r--modules/arabic/Makefile.am12
1 files changed, 1 insertions, 11 deletions
diff --git a/modules/arabic/Makefile.am b/modules/arabic/Makefile.am
index 2a20532b..b43bb367 100644
--- a/modules/arabic/Makefile.am
+++ b/modules/arabic/Makefile.am
@@ -3,19 +3,9 @@ include $(top_srcdir)/modules/Module.mk
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_SOURCES = arabic-lang.c
libpango_arabic_lang_la_CFLAGS = -DPANGO_MODULE_PREFIX=_pango_arabic_lang
-include $(top_srcdir)/git.mk