diff options
author | Jeff Garzik <jgarzik@src.gnome.org> | 1998-11-24 05:58:53 +0000 |
---|---|---|
committer | Jeff Garzik <jgarzik@src.gnome.org> | 1998-11-24 05:58:53 +0000 |
commit | 91d99f89037cc1fc06a5f985aa08133590d7943e (patch) | |
tree | 5f4b89333667356890667bb91fdb99e4d4dc2da7 /ChangeLog.pre-2-8 | |
parent | 5a5fb5635f854442509f0dc78167108f3e88d81d (diff) | |
download | gtk+-91d99f89037cc1fc06a5f985aa08133590d7943e.tar.gz |
Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is the
* gdk/Makefile.am, gtk/Makefile.am:
Removed DEFS "+=" mess that breaks recent automakes.
INCLUDES is the correct way to add to CFLAGS from Makefile.am.
* gdk/gdk.c, gdk/gdkglobals.c, gdk/gdkimage.c, gdk/gdkinput.c,
gdk/gdkpixmap.c, gdk/gdkthreads.c, gdk/gdkwindow.c,
gdk/gxid_lib.c, gtk/fnmatch.c, gtk/gtkclist.c, gtk/gtkmain.c,
gtk/testthreads.c:
Include "config.h" instead of "../config.h".
Now that DEFS works again, automake will automatically pass us
the location of config.h in -I.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3936d9a007..02dc4f3b5d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,17 @@ +1998-11-23 Jeff Garzik <jgarzik@pobox.com> + + * gdk/Makefile.am, gtk/Makefile.am: + Removed DEFS "+=" mess that breaks recent automakes. + INCLUDES is the correct way to add to CFLAGS from Makefile.am. + + * gdk/gdk.c, gdk/gdkglobals.c, gdk/gdkimage.c, gdk/gdkinput.c, + gdk/gdkpixmap.c, gdk/gdkthreads.c, gdk/gdkwindow.c, + gdk/gxid_lib.c, gtk/fnmatch.c, gtk/gtkclist.c, gtk/gtkmain.c, + gtk/testthreads.c: + Include "config.h" instead of "../config.h". + Now that DEFS works again, automake will automatically pass us + the location of config.h in -I. + Mon Nov 23 22:10:09 1998 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am gtk/gtk.h gtk/gtklayout.[ch] |