From 4d2b43576fe4e1f1fde4b312f911619b802686a6 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 27 Oct 2006 14:48:50 +0000 Subject: [PATCH] test/Makefile.am - several changes to "EXTRA_DIST" --- test/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 610b490..037b345 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -41,11 +41,20 @@ bin_PROGRAMS = @TTARGET@ bin_SCRIPTS = #bin_SCRIPTS = JAC_H5PartTestP_script.scr JAC_H5testFpar_script.scr JAC_RUN_ALL_script.scr + # Listing of all programs that maybe built. (Has to know statically...) EXTRA_PROGRAMS = # Extra files that I wish to include in the dist tar ball. -EXTRA_DIST = Bench.c H5ecloudExample.cc H5ParallelTest.cc H5test.cc $(bin_SCRIPTS) +EXTRA_DIST = Bench.c \ + H5ParallelTest.cc \ + H5PartTest.cc H5PartTestParallel.cc \ + H5PartAndreasTest.cc \ + H5test.cc H5testF.f \ + H5testFpar.f90 \ + H5BlockParTestScalarField.c H5BlockParTestScalarFieldF.f90 \ + H5BlockTestAttributes.c H5BlockTestAttributesF.f90 \ + $(bin_SCRIPTS) # Specific building instruction (What compilers to use...) # ------------ Build Tests ------------