Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files, as the later is no longer...
[mono.git] / mono / interpreter / Makefile.am
index 9ba0cbc2511b5d9dba156a23020ef7f477514841..4cea04452be5d3ff2c4dbe80ed96306b2705895d 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES =                             \
+AM_CPPFLAGS =                          \
        -I$(top_srcdir)                 \
        $(LIBGC_CPPFLAGS)               \
        $(GLIB_CFLAGS)