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:
Philip Withnall 2015-05-13 15:22:57 +01:00
parent 29d380cc5b
commit 6ac2e8c79a

View File

@ -106,7 +106,7 @@
*
* For example, GTK+ uses this in its Makefile.am:
* |[
* INCLUDES = -DG_LOG_DOMAIN=\"Gtk\"
* AM_CPPFLAGS = -DG_LOG_DOMAIN=\"Gtk\"
* ]|
*/