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