From a81c79e5c4edb436fdabe88ea88f66f56df6149b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Achim=20Gsell=C3=BC?= Date: Tue, 4 Sep 2018 10:21:38 +0200 Subject: [PATCH] src/h5core/Makefile.am: - adapt to moved h5_init --- src/h5core/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h5core/Makefile.am b/src/h5core/Makefile.am index 3455b3b..bfd807d 100644 --- a/src/h5core/Makefile.am +++ b/src/h5core/Makefile.am @@ -60,7 +60,7 @@ libH5hut_la_SOURCES = \ h5b_model.c \ h5b_attribs.c \ private/h5_hdf5.c \ - private/h5_init.c \ + h5_init.c \ private/h5_hsearch.c \ private/h5_maps.c \ private/h5_fcmp.c \