diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2013-04-01 22:45:02 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2013-04-01 22:45:02 (GMT) |
commit | e679eed61b59bd5e434b43ca749e6c885020afb2 (patch) | |
tree | 3af1d8834c6a77828bd229e4c58efdad2bd974b6 /test/Makefile.am | |
parent | 47a25f0d0ca3d10d1396cf0dda7ad5302d896722 (diff) | |
download | hdf5-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.am | 2 |
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 |