summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-03-03 20:23:12 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-03-03 20:23:12 +0000
commitcd5c7e795a75865211e4818f115d58d2a3318cac (patch)
tree07c2702bf4f11618cd6ecd55bdbe924400269947
parentb6ca70f02bdc2bcb2e978e5d2d271cb6eafa863f (diff)
downloadpango-cd5c7e795a75865211e4818f115d58d2a3318cac.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=/branches/pango-1-14/; revision=2208
-rw-r--r--ChangeLog10
-rw-r--r--modules/thai/Makefile.am1
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1fd6ec3..b57ff76a 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-26 Tor Lillqvist <tml@novell.com>
* pango/pangowin32-fontmap.c: Fix brokenness in the code that
@@ -45,6 +54,7 @@
* Makefile.am (EXTRA_DIST): Include just pango-zip.sh.in in the
tarball, not pango-zip.sh.
+>>>>>>> .r2207
2007-01-29 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.14.10 ===
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)