From 9f3a677ea606b87318e0e4abf746b4d08e988399 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 23 Sep 2016 13:04:16 +0200 Subject: [PATCH] src/h5core/Makefile.am - private/h5_const.h added to EXTRA_HEADERS --- src/h5core/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/h5core/Makefile.am b/src/h5core/Makefile.am index 6953588..3455b3b 100644 --- a/src/h5core/Makefile.am +++ b/src/h5core/Makefile.am @@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = subdir-objects AM_CPPFLAGS = -I$(top_srcdir)/src/include @AM_CPPFLAGS@ EXTRA_HEADERS = \ + private/h5_const.h \ private/h5_file.h \ private/h5_hdf5.h \ private/h5_hsearch.h \