mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
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)
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
Wed Nov 11 23:23:22 EST 1998 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* Makefile.am : 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.
|
||||
|
||||
Wed Nov 11 18:11:24 EST 1998 Gregory McLean <gregm@comstar.net>
|
||||
|
||||
* docs/*.sgml : Batch of new documentation that should be easier
|
||||
|
Reference in New Issue
Block a user