summaryrefslogtreecommitdiff
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
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
-rw-r--r--ChangeLog9
-rw-r--r--modules/thai/Makefile.am1
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c10222b8..2d20c3a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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.
+
2007-02-27 Behdad Esfahbod <behdad@gnome.org>
Bug 412654 – SED variable undefined in the `libtool --config' output
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)