Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files, as the later is no longer...
[mono.git] / mono / arch / x86 / Makefile.am
1 if INTERP_SUPPORTED
2
3 AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
4
5 noinst_LTLIBRARIES = libmonoarch-x86.la
6
7 libmonoarch_x86_la_SOURCES = tramp.c x86-codegen.h
8
9 endif