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 /gdk/gdkimage.c | |
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 'gdk/gdkimage.c')
-rw-r--r-- | gdk/gdkimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkimage.c b/gdk/gdkimage.c index 2cc850b532..8e62fef664 100644 --- a/gdk/gdkimage.c +++ b/gdk/gdkimage.c @@ -16,7 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ -#include "../config.h" +#include "config.h" #include <stdlib.h> #include <sys/types.h> |