From 9d843deb46a842ca1b58f74f2264d9bcdb9e57ff Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 17 Feb 2004 15:24:25 +0000 Subject: [PATCH] only reference input method modules we've actually built. Fixes re-build 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. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ modules/input/Makefile.am | 2 +- 6 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 00262a90e..bb696fc56 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 00262a90e..bb696fc56 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 00262a90e..bb696fc56 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 00262a90e..bb696fc56 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 00262a90e..bb696fc56 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 1b9f65654..70fcab66d 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 -- 2.43.2