diff options
Diffstat (limited to 'hl/examples')
-rw-r--r-- | hl/examples/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/examples/Makefile.in b/hl/examples/Makefile.in index 64fda22..31c1883 100644 --- a/hl/examples/Makefile.in +++ b/hl/examples/Makefile.in @@ -63,7 +63,8 @@ am__aclocal_m4_deps = $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/bin/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/src/H5config.h +CONFIG_HEADER = $(top_builddir)/src/H5config.h \ + $(top_builddir)/c++/src/H5cxx_config.h CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = |