summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-03-08 20:17:52 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-03-08 20:17:52 (GMT)
commit8e7f06a1fc019116f9b99a3b6a740318abf55376 (patch)
tree7716e520b14309875a29bd74e7ee046ed5773738
parenta4cd98c011f5a6e5f78e15664de49d31f5213e56 (diff)
downloadhdf5-8e7f06a1fc019116f9b99a3b6a740318abf55376.zip
hdf5-8e7f06a1fc019116f9b99a3b6a740318abf55376.tar.gz
hdf5-8e7f06a1fc019116f9b99a3b6a740318abf55376.tar.bz2
[svn-r3570] Purpose:
Update Description: Added entry for h5tools_utils.* Platforms tested: Linux
-rw-r--r--tools/lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/Makefile.in b/tools/lib/Makefile.in
index dc35ebe..d620d7f 100644
--- a/tools/lib/Makefile.in
+++ b/tools/lib/Makefile.in
@@ -33,7 +33,7 @@ PROGS=$(PUB_PROGS) $(TEST_PROGS)
## Source and object files for the library; do not install
##
-LIB_SRC=h5tools.c h5tools_str.c
+LIB_SRC=h5tools.c h5tools_str.c h5tools_utils.c
LIB_OBJ=$(LIB_SRC:.c=.lo)
PUB_LIB=