diff --git a/ChangeLog b/ChangeLog index 00262a90e0..bb696fc561 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-02-17 Mark McLoughlin + + * modules/input/Makefile.am: only reference input method + modules we've actually built. Fixes re-build failure with + stale hangul module lying aroung. Bug #134518. + Mon Feb 16 19:13:21 2004 Owen Taylor * gdk/gdkdraw.c: Revert last commit, please don't commit patches diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 00262a90e0..bb696fc561 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2004-02-17 Mark McLoughlin + + * modules/input/Makefile.am: only reference input method + modules we've actually built. Fixes re-build failure with + stale hangul module lying aroung. Bug #134518. + Mon Feb 16 19:13:21 2004 Owen Taylor * gdk/gdkdraw.c: Revert last commit, please don't commit patches diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 00262a90e0..bb696fc561 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2004-02-17 Mark McLoughlin + + * modules/input/Makefile.am: only reference input method + modules we've actually built. Fixes re-build failure with + stale hangul module lying aroung. Bug #134518. + Mon Feb 16 19:13:21 2004 Owen Taylor * gdk/gdkdraw.c: Revert last commit, please don't commit patches diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 00262a90e0..bb696fc561 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2004-02-17 Mark McLoughlin + + * modules/input/Makefile.am: only reference input method + modules we've actually built. Fixes re-build failure with + stale hangul module lying aroung. Bug #134518. + Mon Feb 16 19:13:21 2004 Owen Taylor * gdk/gdkdraw.c: Revert last commit, please don't commit patches diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 00262a90e0..bb696fc561 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2004-02-17 Mark McLoughlin + + * modules/input/Makefile.am: only reference input method + modules we've actually built. Fixes re-build failure with + stale hangul module lying aroung. Bug #134518. + Mon Feb 16 19:13:21 2004 Owen Taylor * gdk/gdkdraw.c: Revert last commit, please don't commit patches diff --git a/modules/input/Makefile.am b/modules/input/Makefile.am index 1b9f656549..70fcab66dd 100644 --- a/modules/input/Makefile.am +++ b/modules/input/Makefile.am @@ -118,7 +118,7 @@ module_LTLIBRARIES = \ im-viqr.la gtk.immodules: Makefile.am $(module_LTLIBRARIES) - $(top_builddir)/gtk/gtk-query-immodules-2.0 *.la > gtk.immodules + $(top_builddir)/gtk/gtk-query-immodules-2.0 $(module_LTLIBRARIES) > gtk.immodules CLEANFILES = gtk.immodules