Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files, as the later is no longer...
[mono.git] / mono / arch / arm / Makefile.am
index ba7a60d768f68c9f4f9c92d4b15fae911b4c8df4..86784c0f8794b0d2b42a96bfc0c7526820573a80 100644 (file)
@@ -1,5 +1,5 @@
 
-INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
+AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
 
 noinst_LTLIBRARIES = libmonoarch-arm.la
 
@@ -7,7 +7,6 @@ BUILT_SOURCES = arm_dpimacros.h arm_fpamacros.h arm_vfpmacros.h
 
 
 libmonoarch_arm_la_SOURCES = $(BUILT_SOURCES) \
-       tramp.c \
        arm-codegen.c \
        arm-codegen.h \
        arm-dis.c \