From bec5a9ba642bd6832c4a96a904eccd065f83c3b7 Mon Sep 17 00:00:00 2001
From: Albert Cheng <acheng@hdfgroup.org>
Date: Tue, 10 Jun 2003 08:10:20 -0500
Subject: [svn-r7013] Purpose: Bug fix

Description:
Corrected an omission of a module needed by the testhdf5 program.

Platforms tested:
Only in modi4 as the change is small.

Misc. update:
---
 c++/test/Makefile.in | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in
index 9af1c96..8c4fcf0 100644
--- a/c++/test/Makefile.in
+++ b/c++/test/Makefile.in
@@ -37,11 +37,13 @@ LT_LINK_LIB=$(LT) --mode=link $(CXX) -rpath $(libdir)
 ## executed, generally most specific tests to least specific tests.
 RUNTEST=$(LT_RUN)
 
-TEST_SRC=dsets.cpp testhdf5.cpp tfile.cpp th5s.cpp h5cpputil.cpp
+TESTHDF5_SRC=testhdf5.cpp tfile.cpp th5s.cpp h5cpputil.cpp
+TESTHDF5_OBJ=$(TESTHDF5_SRC:.cpp=.lo)
+
+TEST_SRC=dsets.cpp $(TESTHDF5_SRC)
 TEST_OBJ=$(TEST_SRC:.cpp=.lo)
 TEST_PROGS=dsets testhdf5
 
-TESTHDF5_OBJ=testhdf5.lo tfile.lo th5s.lo
 
 TEST_SCRIPTS=
 
-- 
cgit v0.12