diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-03 18:48:46 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-03 18:48:46 +0000 |
commit | af5c897e4ba03e96ca35f7e8f20438fd9336969d (patch) | |
tree | f6f8859aeab270a9f67626962e8ee2ae52973c28 /modules | |
parent | 748560e1fcccc046183f82818960ca53f0b69295 (diff) | |
download | gdk-pixbuf-af5c897e4ba03e96ca35f7e8f20438fd9336969d.tar.gz |
Updated.
Tue Apr 3 13:55:37 2001 Owen Taylor <otaylor@redhat.com>
* NEWS: Updated.
* configure.in: Remove support for uninstalled glib.
* gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
so as not to stop emission.
* gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
is no longer supported.
* Makefile.am gtk/Makefile.am tests/*: Moved all tests
into tests, change build order to build modules before
gtk/.
* modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
to here.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/input/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/input/Makefile.am b/modules/input/Makefile.am index 354fd810d..0cd34e963 100644 --- a/modules/input/Makefile.am +++ b/modules/input/Makefile.am @@ -58,5 +58,15 @@ im_inuktitut_la_SOURCES = iminuktitut.c im_ipa_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module im_ipa_la_SOURCES = imipa.c +# We create a dummy theme for the default GTK+ theme +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 + $(top_builddir)/gtk/gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules + module_LTLIBRARIES = im-cyrillic-translit.la $(IM_XIM_MODULE) im-viqr.la im-thai-broken.la \ im-inuktitut.la im-ipa.la + +gtk.immodules: Makefile.am $(module_LTLIBRARIES) + $(top_builddir)/gtk/gtk-query-immodules-2.0 .libs/*.so > gtk.immodules + +all-local: gtk.immodules |