Home | History | Annotate | Download | only in linux
      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 	mremap3.stderr.exp mremap3.stdout.exp mremap3.vgtest
     12 
     13 check_PROGRAMS = \
     14 	blockfault \
     15 	mremap \
     16 	mremap2 \
     17 	mremap3
     18 
     19 
     20 AM_CFLAGS   += $(AM_FLAG_M3264_PRI)
     21 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
     22 
     23