1 2 include $(top_srcdir)/Makefile.tool-tests.am 3 4 dist_noinst_SCRIPTS = filter_stderr 5 6 EXTRA_DIST = \ 7 access_extended.stderr.exp access_extended.vgtest \ 8 apple-main-arg.stderr.exp apple-main-arg.vgtest \ 9 bug228343.stderr.exp bug228343.stdout.exp bug228343.vgtest \ 10 bug254164.stderr.exp bug254164.vgtest \ 11 rlimit.stderr.exp rlimit.vgtest 12 13 check_PROGRAMS = \ 14 access_extended \ 15 apple-main-arg \ 16 bug228343 \ 17 bug254164 \ 18 rlimit 19 20 21 AM_CFLAGS += $(AM_FLAG_M3264_PRI) 22 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) 23 24