diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-08 20:17:52 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-08 20:17:52 (GMT) |
commit | 8e7f06a1fc019116f9b99a3b6a740318abf55376 (patch) | |
tree | 7716e520b14309875a29bd74e7ee046ed5773738 /tools | |
parent | a4cd98c011f5a6e5f78e15664de49d31f5213e56 (diff) | |
download | hdf5-8e7f06a1fc019116f9b99a3b6a740318abf55376.zip hdf5-8e7f06a1fc019116f9b99a3b6a740318abf55376.tar.gz hdf5-8e7f06a1fc019116f9b99a3b6a740318abf55376.tar.bz2 |
[svn-r3570] Purpose:
Update
Description:
Added entry for h5tools_utils.*
Platforms tested:
Linux
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lib/Makefile.in | 2 |
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= |