1 2 include $(top_srcdir)/Makefile.tool-tests.am 3 4 dist_noinst_SCRIPTS = filter_stderr 5 6 EXTRA_DIST = \ 7 blockfault.stderr.exp blockfault.vgtest \ 8 mremap.stderr.exp mremap.stderr.exp-glibc27 mremap.stdout.exp \ 9 mremap.vgtest \ 10 mremap2.stderr.exp mremap2.stdout.exp mremap2.vgtest 11 12 check_PROGRAMS = \ 13 blockfault \ 14 mremap \ 15 mremap2 16 17 18 AM_CFLAGS += $(AM_FLAG_M3264_PRI) 19 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) 20 21