Bug 414297 – Fails to build with --enable-static --with-included-modules
authorBehdad Esfahbod <behdad@gnome.org>
Sat, 3 Mar 2007 20:21:09 +0000 (20:21 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sat, 3 Mar 2007 20:21:09 +0000 (20:21 +0000)
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

ChangeLog
modules/thai/Makefile.am

index c10222b..2d20c3a 100644 (file)
--- 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
index 40f2315..9a8c214 100644 (file)
@@ -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)