diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-05 21:04:09 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-05 21:04:09 +0000 |
commit | ec09f3ab15ad4c797367363a40ac489d7ec64e8f (patch) | |
tree | 8728429b4dfed1802fa139b45f79aa337ee49a8a /gtk/theme-bits | |
parent | 049771c5f6eb927d5a65b4461bdd8e3b29aff163 (diff) | |
download | gtk+-ec09f3ab15ad4c797367363a40ac489d7ec64e8f.tar.gz |
Update version to 2.0.0
Tue Mar 5 15:47:54 2002 Owen Taylor <otaylor@redhat.com>
* configure.in test/makefile.msc **.pc.in **/*.am:
Update version to 2.0.0
* gtk/Makefile.am (MAINTAINERCLEANFILES): Add stamp
files.
* configure.in (GDK_PIXBUF_VERSION): Require GLib 2.0.0,
Pango, Atk, 1.0.0.
* m4macros/gtk-2.0.m4: Default to 2.0.0 as the minimum
version.
Diffstat (limited to 'gtk/theme-bits')
-rw-r--r-- | gtk/theme-bits/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/theme-bits/Makefile.am b/gtk/theme-bits/Makefile.am index 101a13d669..2819897e3c 100644 --- a/gtk/theme-bits/Makefile.am +++ b/gtk/theme-bits/Makefile.am @@ -6,6 +6,6 @@ INCLUDES = -I$(top_srcdir) -I$(top_builddir) \ noinst_PROGRAMS = decompose-bits decompose_bits_SOURCES = decompose-bits.c -decompose_bits_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la +decompose_bits_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la EXTRA_DIST = check-13.png check-13-inconsistent.png radio-13.png radio-13-inconsistent.png |