Use AM_CPPFLAGS instead the obsolete INCLUDES

This commit is contained in:
Javier Jardón
2011-05-16 12:47:17 +01:00
parent 30930e643f
commit 32e00d1f43
21 changed files with 25 additions and 25 deletions

View File

@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.decl
libgdkincludedir = $(includedir)/gtk-3.0/gdk
libgdkquartzincludedir = $(includedir)/gtk-3.0/gdk/quartz
INCLUDES = \
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"Gdk\" \
-DGDK_COMPILATION \
-I$(top_srcdir) \