X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Farch%2FMakefile.am;h=28a91475f51786df82ddc148ab3fda047aadea39;hb=c1ed4a55703fcdd4874b22e799117ecee76fc307;hp=65e1293164f9e969bb07d3f27dbccd3d0f6ec5f5;hpb=80c04b62720d4c88272f999f1e022ac8c13eff0d;p=mono.git diff --git a/mono/arch/Makefile.am b/mono/arch/Makefile.am index 65e1293164f..28a91475f51 100644 --- a/mono/arch/Makefile.am +++ b/mono/arch/Makefile.am @@ -1,11 +1,15 @@ DIST_SUBDIRS = x86 ppc sparc arm s390 s390x alpha hppa amd64 ia64 mips -INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir) +AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) +if INTERP_SUPPORTED +SUBDIRS = $(arch_target) +else if ARM # arm needs to build some stuff even in JIT mode SUBDIRS = $(arch_target) endif +endif if INTERP_SUPPORTED