From 25dff9257cdc35ab61cadaa8a3dc8f9ae3893bc1 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 22 Jun 2016 14:34:44 +0200 Subject: [PATCH] src/h5core/Makefile.am - h5_init.h is now in 'private' --- 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 066b09d..b9f4679 100644 --- a/src/h5core/Makefile.am +++ b/src/h5core/Makefile.am @@ -50,7 +50,6 @@ libH5hut_la_SOURCES = \ h5_attribs.c \ h5_log.c \ h5_err.c \ - h5_init.c \ h5_model.c \ h5_file.c \ h5u_io.c \ @@ -59,6 +58,7 @@ libH5hut_la_SOURCES = \ h5b_model.c \ h5b_attribs.c \ private/h5_hdf5.c \ + private/h5_init.c \ private/h5_hsearch.c \ private/h5_maps.c \ private/h5_fcmp.c \