mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
gmessages: Tweak docs for G_LOG_DOMAIN to use AM_CPPFLAGS
Instead of INCLUDES, which is deprecated in automake. Using AM_CPPFLAGS also gives the hint that the -D argument should be a CPPFLAGS variable, rather than CFLAGS.
This commit is contained in:
parent
29d380cc5b
commit
6ac2e8c79a
@ -106,7 +106,7 @@
|
||||
*
|
||||
* For example, GTK+ uses this in its Makefile.am:
|
||||
* |[
|
||||
* INCLUDES = -DG_LOG_DOMAIN=\"Gtk\"
|
||||
* AM_CPPFLAGS = -DG_LOG_DOMAIN=\"Gtk\"
|
||||
* ]|
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user