Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files, as the later is no longer...
[mono.git] / mono / monograph / Makefile.am
index d6989d9041bb9910c88b38257c858b3584ec8a2b..d40e38b8470c561a6a2238e56c7ff442bb171294 100644 (file)
@@ -22,7 +22,7 @@ endif
 
 bin_PROGRAMS = monograph
 
-INCLUDES =                             \
+AM_CPPFLAGS =                          \
        -I$(top_srcdir)                 \
        $(GLIB_CFLAGS)