From 5f79e622fc5304bc471f14002b2e9570e312dd95 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 2 Jul 2008 14:27:35 +0000 Subject: [PATCH] triangle tests added --- test/h5t/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/h5t/Makefile.am b/test/h5t/Makefile.am index 1f18b3f..9b3acb3 100644 --- a/test/h5t/Makefile.am +++ b/test/h5t/Makefile.am @@ -36,7 +36,7 @@ INC = $(HDFINC) $(MPIINC) $(H5INC) # What to build... make install will place these files in the $(prefix)/bin directory. -bin_PROGRAMS = simple_tet read_tet +bin_PROGRAMS = simple_tet read_tet simple_triangle read_triangle # Some useful scripts that I wish to place in the $(prefix)/bin directory. bin_SCRIPTS = @@ -50,6 +50,8 @@ EXTRA_PROGRAMS = EXTRA_DIST = \ simple_tet.c \ read_tet.c \ + simple_triangle.c \ + read_triangle.c \ $(bin_SCRIPTS) all: $(bin_PROGRAMS)