]> Pileus Git - ~andy/gtk/commit
Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is the
authorJeff Garzik <jgarzik@src.gnome.org>
Tue, 24 Nov 1998 05:58:53 +0000 (05:58 +0000)
committerJeff Garzik <jgarzik@src.gnome.org>
Tue, 24 Nov 1998 05:58:53 +0000 (05:58 +0000)
commit91d99f89037cc1fc06a5f985aa08133590d7943e
tree5f4b89333667356890667bb91fdb99e4d4dc2da7
parent5a5fb5635f854442509f0dc78167108f3e88d81d
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.
29 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/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
gdk/x11/gdkglobals-x11.c
gdk/x11/gdkimage-x11.c
gdk/x11/gdkinput.c
gdk/x11/gdkmain-x11.c
gdk/x11/gdkpixmap-x11.c
gdk/x11/gdkwindow-x11.c
gdk/x11/gxid_lib.c
gtk/Makefile.am
gtk/fnmatch.c
gtk/gtkclist.c
gtk/gtkmain.c
gtk/testthreads.c
tests/testthreads.c