src/h5core/Makefile.am

- h5_init.h is now in 'private'
This commit is contained in:
2016-06-22 14:34:44 +02:00
parent ac37d5fc2f
commit 25dff9257c
+1 -1
View File
@@ -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 \