forked from AuroraMiddleware/gtk
only reference input method modules we've actually built. Fixes re-build
2004-02-17 Mark McLoughlin <mark@skynet.ie> * 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.
This commit is contained in:
parent
40ed782f31
commit
9d843deb46
@ -1,3 +1,9 @@
|
||||
2004-02-17 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
* 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 <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkdraw.c: Revert last commit, please don't commit patches
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-02-17 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
* 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 <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkdraw.c: Revert last commit, please don't commit patches
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-02-17 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
* 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 <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkdraw.c: Revert last commit, please don't commit patches
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-02-17 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
* 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 <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkdraw.c: Revert last commit, please don't commit patches
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-02-17 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
* 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 <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkdraw.c: Revert last commit, please don't commit patches
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user