Merge pull request #3008 from lateralusX/jlorenss/win-x64-shutdown-crash
[mono.git] / mono / arch / Makefile.am
1 DIST_SUBDIRS = x86 ppc sparc arm arm64 s390x amd64 ia64 mips
2
3 AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
4
5 if ARM
6 # arm needs to build some stuff even in JIT mode
7 SUBDIRS = $(arch_target)
8 endif
9
10