INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugs
authorJeff Garzik <jgarzik@src.gnome.org>
Thu, 12 Nov 1998 04:28:52 +0000 (04:28 +0000)
committerJeff Garzik <jgarzik@src.gnome.org>
Thu, 12 Nov 1998 04:28:52 +0000 (04:28 +0000)
commit242cb51bfeb87c878e3895d5de2cbde290e25559
treec9d1f795dd5e2eb013c2e25e63f176348a77c543
parent24273ca743bc88e8c2a64fead4f13b8367af0ddd
INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugs

INCLUDES is the right way to add to CFLAGS, not DEFS.
Also there are bugs with '+=' in makefiles.

Got rid of DEFS line by moving G_LOG_DOMAIN setting into INCLUDES.
Removed redundant -I from INCLUDES.

This fixes an annoying bug where autoconf's DEFS, which includes
the important -DHAVE_CONFIG_H, was lost.  (due to += weirdness)
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
glib/Makefile.am
gmodule/ChangeLog
gmodule/Makefile.am