summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2013-04-01 22:45:02 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2013-04-01 22:45:02 (GMT)
commite679eed61b59bd5e434b43ca749e6c885020afb2 (patch)
tree3af1d8834c6a77828bd229e4c58efdad2bd974b6 /test/Makefile.am
parent47a25f0d0ca3d10d1396cf0dda7ad5302d896722 (diff)
downloadhdf5-e679eed61b59bd5e434b43ca749e6c885020afb2.zip
hdf5-e679eed61b59bd5e434b43ca749e6c885020afb2.tar.gz
hdf5-e679eed61b59bd5e434b43ca749e6c885020afb2.tar.bz2
[svn-r23511] Replaced install-data-local with install-exec-hook in test/Makefile.am.
tested with h5committest
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index ec0f416..54bc4d2 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -85,7 +85,7 @@ if HAVE_SHARED_CONDITIONAL
libdynlib1_la_SOURCES=dynlib1.c
libdynlib2_la_SOURCES=dynlib2.c
-install-data-local:
+install-exec-hook:
$(RM) $(DESTDIR)$(libdir)/*dynlib*
else