mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
un May 13 12:01:12 2001 Owen Taylor <otaylor@redhat.com>
* autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1. * acinclude.m4: Remove libtool macros. * gdk-pixbuf/Makefile.am: Add dependencies to loade modules. * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la for libgdk. * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la libgdk.la for libgtk. * modules/input/Makefile.am: Make modules have full dependencies.
This commit is contained in:
parent
55b115acba
commit
be277ae413
@ -30,24 +30,30 @@ im_xim_la_SOURCES = \
|
||||
gtkimcontextxim.c \
|
||||
gtkimcontextxim.h \
|
||||
imxim.c
|
||||
im_xim_la_LIBADD = $(LDADDS)
|
||||
if USE_X11
|
||||
IM_XIM_MODULE=im-xim.la
|
||||
endif
|
||||
|
||||
im_cyrillic_translit_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module
|
||||
im_cyrillic_translit_la_SOURCES = imcyrillic-translit.c
|
||||
im_cyrillic_translit_la_LIBADD = $(LDADDS)
|
||||
|
||||
im_thai_broken_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module
|
||||
im_thai_broken_la_SOURCES = imthai-broken.c
|
||||
im_thai_broken_la_LIBADD = $(LDADDS)
|
||||
|
||||
im_viqr_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module
|
||||
im_viqr_la_SOURCES = imviqr.c
|
||||
im_viqr_la_LIBADD = $(LDADDS)
|
||||
|
||||
im_inuktitut_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module
|
||||
im_inuktitut_la_SOURCES = iminuktitut.c
|
||||
im_inuktitut_la_LIBADD = $(LDADDS)
|
||||
|
||||
im_ipa_la_LDFLAGS = -rpath $(moduledir) -avoid-version -module
|
||||
im_ipa_la_SOURCES = imipa.c
|
||||
im_ipa_la_LIBADD = $(LDADDS)
|
||||
|
||||
# We create a dummy theme for the default GTK+ theme
|
||||
install-data-local:
|
||||
|
Loading…
Reference in New Issue
Block a user