[svn-r3497] Purpose:

Fix
Description:
    Left some more cruft in there.
Solution:
    Removed. I still need to check on the testing of `talign'...
Platforms tested:
    Linux
This commit is contained in:
Bill Wendling 2001-02-22 17:24:34 -05:00
parent 9f3c75e052
commit d6a4d2a3d6

View File

@ -9,7 +9,7 @@ srcdir=@srcdir@
## All subdirectories except for the ``lib'' subdirectory. ## All subdirectories except for the ``lib'' subdirectory.
## ##
SUBDIRS=h5dump h5ls misc @H5TOH4@ @H4TOH5@ @PDB2HDF@ SUBDIRS=h5dump h5ls misc @H5TOH4@ @H4TOH5@
@COMMENCE@ @COMMENCE@
@ -22,7 +22,7 @@ CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src \
## Test programs and scripts. ## Test programs and scripts.
## ##
TEST_PROGS=talign TEST_PROGS=talign
TEST_SCRIPTS=$(srcdir)/testh5dump.sh $(srcdir)/testh5ls.sh @TESTH5TOH4@ @TESTH4TOH5@ TEST_SCRIPTS=
## These are our main targets: library and tools. ## These are our main targets: library and tools.
## ##