blob: ff660077e6281aa4db2c5702722c9600292bfcda [file] [log] [blame]
nethercote4388a402004-09-01 23:20:49 +00001add_includes = -I$(top_builddir)/coregrind -I$(top_srcdir)/coregrind \
nethercotec06e2132004-09-03 13:45:29 +00002 -I$(top_srcdir)/coregrind/$(VG_ARCH) \
3 -I$(top_builddir)/include -I$(top_srcdir)/include \
4 -I$(top_srcdir)/include/$(VG_ARCH)
nethercote4388a402004-09-01 23:20:49 +00005
6AM_CPPFLAGS = $(add_includes)
7