diff options
author | Tim Janik <timj@gtk.org> | 2001-09-19 02:10:45 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-09-19 02:10:45 +0000 |
commit | 77886cc54081c4e91c66f806e48c29413656d46d (patch) | |
tree | 62460417edf2c587bf0b0a94aa670742d4340bf5 /README | |
parent | 5a43a59ff3f7dd66b43b66c1c38ca4bcb99cd76e (diff) | |
download | gtk+-77886cc54081c4e91c66f806e48c29413656d46d.tar.gz |
don't use BUILT_SOURCES as its broken in automake 1.4, add explicit object
Wed Sep 19 02:50:40 2001 Tim Janik <timj@gtk.org>
* demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
as its broken in automake 1.4, add explicit object rule to
generate this.
* gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
get rid of uneccessary stamps, group stuff more logically, and build
sources due to object rules. fix srcdir!=builddir.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ General Information =================== -This is GTK+ version 1.3.7. GTK+, which stands for the Gimp ToolKit, +This is GTK+ version 1.3.8. GTK+, which stands for the Gimp ToolKit, is a library for creating graphical user interfaces for the X Window System. It is designed to be small, efficient, and flexible. GTK+ is written in C with a very object-oriented approach. |