From d39a79fa4c7833bfc86c2ed450bde9c8011524c5 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 18 Apr 2017 09:30:11 -0500 Subject: [PATCH] HDFFV-10170 add missing endif --- tools/test/h5repack/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test/h5repack/Makefile.am b/tools/test/h5repack/Makefile.am index 8d64a2a53c..aa964ca406 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.