From c1c11c021b09a8deefb1fd08e133e716080bc69e Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 29 Mar 2013 14:51:49 -0500 Subject: [svn-r23491] Add test_plugin.sh to list of cleanup files --- test/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 61f1ed5..a2f3600 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -57,7 +57,6 @@ TEST_PROG= testhdf5 lheap ohdr stab gheap cache cache_api cache_tagging \ check_PROGRAMS=$(TEST_PROG) error_test err_compat tcheck_version testmeta links_env if HAVE_SHARED_CONDITIONAL check_PROGRAMS+= plugin -else endif # These programs generate test files for the tests. They don't need to be @@ -159,5 +158,8 @@ 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 -- cgit v0.12