diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-03-29 20:46:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-03-29 20:46:48 (GMT) |
commit | 5e5e9e3987ddb5ce005f346e95e378e57ad5c762 (patch) | |
tree | 067fe423efd48af6807ed03dbcabaff72640e852 /test | |
parent | 59bb6d185e4e8afd65af4f33dec5c13627c9f8b7 (diff) | |
download | hdf5-5e5e9e3987ddb5ce005f346e95e378e57ad5c762.zip hdf5-5e5e9e3987ddb5ce005f346e95e378e57ad5c762.tar.gz hdf5-5e5e9e3987ddb5ce005f346e95e378e57ad5c762.tar.bz2 |
[svn-r23493] Correct improper addition
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index a2f3600..6e1f845 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -158,8 +158,5 @@ testhdf5_SOURCES=testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \ # Temporary files. DISTCLEANFILES=testerror.sh testlibinfo.sh testcheck_version.sh testlinks_env.sh test_plugin.sh -if HAVE_SHARED_CONDITIONAL - DISTCLEANFILES += test_plugin.sh -endif include $(top_srcdir)/config/conclude.am |