summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-03-03 20:21:09 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-03-03 20:21:09 +0000
commita48e86b16bcc342882f97950872957282859c216 (patch)
tree3b3a447c1fa825ac88ce542c3b4e4e3904b96010 /modules
parenta4ed543319d30bbc0b28efb61f8e344b46382bab (diff)
downloadpango-a48e86b16bcc342882f97950872957282859c216.tar.gz
Bug 414297 – Fails to build with --enable-static --with-included-modules
2007-03-03 Behdad Esfahbod <behdad@gnome.org> Bug 414297 – Fails to build with --enable-static --with-included-modules in thai lang module Patch from Loïc Minier * modules/thai/Makefile.am: Include LIBTHAI_LIBS in static module too. svn path=/trunk/; revision=2207
Diffstat (limited to 'modules')
-rw-r--r--modules/thai/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/thai/Makefile.am b/modules/thai/Makefile.am
index 40f2315c..9a8c2140 100644
--- a/modules/thai/Makefile.am
+++ b/modules/thai/Makefile.am
@@ -38,3 +38,4 @@ pango_thai_lang_la_LIBADD = $(pangolibs) $(LIBTHAI_LIBS)
pango_thai_lang_la_SOURCES = $(lang_sources)
libpango_thai_lang_la_SOURCES = $(lang_sources)
libpango_thai_lang_la_CFLAGS = -DPANGO_MODULE_PREFIX=_pango_thai_lang $(LIBTHAI_CFLAGS)
+libpango_thai_lang_la_LIBADD = $(LIBTHAI_LIBS)