From f50381096ab12ef1123b83e4081d4bbbcbbbb862 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 22 Feb 2008 13:39:42 +0000 Subject: [PATCH] rules to compile read_tet 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 60614b0..1f18b3f 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 +bin_PROGRAMS = simple_tet read_tet # Some useful scripts that I wish to place in the $(prefix)/bin directory. bin_SCRIPTS = @@ -49,8 +49,10 @@ EXTRA_PROGRAMS = # Extra files that I wish to include in the dist tar ball. EXTRA_DIST = \ simple_tet.c \ + read_tet.c \ $(bin_SCRIPTS) +all: $(bin_PROGRAMS) ############################################################################### % : %.o