summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-18 14:30:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-18 14:30:11 (GMT)
commitd39a79fa4c7833bfc86c2ed450bde9c8011524c5 (patch)
tree9629a7c0fe962b029b567dc9d408037328fe4c19 /tools
parentdcd18f868453bffea7568f2581a329630cf8581a (diff)
downloadhdf5-d39a79fa4c7833bfc86c2ed450bde9c8011524c5.zip
hdf5-d39a79fa4c7833bfc86c2ed450bde9c8011524c5.tar.gz
hdf5-d39a79fa4c7833bfc86c2ed450bde9c8011524c5.tar.bz2
HDFFV-10170 add missing endif
Diffstat (limited to 'tools')
-rw-r--r--tools/test/h5repack/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test/h5repack/Makefile.am b/tools/test/h5repack/Makefile.am
index 8d64a2a..aa964ca 100644
--- a/tools/test/h5repack/Makefile.am
+++ b/tools/test/h5repack/Makefile.am
@@ -48,6 +48,7 @@ if HAVE_SHARED_CONDITIONAL
noinst_LTLIBRARIES=libdynlibadd.la libdynlibvers.la
libdynlibadd_la_SOURCES=dynlib_rpk.c
libdynlibvers_la_SOURCES=dynlib_vrpk.c
+endif
# Temporary files. *.h5 are generated by h5repack. They should
# copied to the testfiles/ directory if update is required.