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 /INSTALL | |
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 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ GTK+ requires the following packages: Simple install procedure ======================== - % gzip -cd gtk+-1.3.7.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.3.7 # change to the toplevel directory + % gzip -cd gtk+-1.3.8.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.3.8 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] |