diff options
-rw-r--r-- | MANIFEST | 1 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -38,6 +38,7 @@ ./configure ./configure.in ./examples/Attributes.txt +./examples/Makefile.in ./examples/h5_chunk_read.c ./examples/h5_compound.c ./examples/h5_extend_write.c @@ -2508,7 +2508,7 @@ ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" trap 'rm -fr `echo "config/depend config/commence config/conclude \ - Makefile src/Makefile test/Makefile src/H5config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 + Makefile src/Makefile test/Makefile examples/Makefile src/H5config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -2603,7 +2603,7 @@ EOF cat >> $CONFIG_STATUS <<EOF CONFIG_FILES=\${CONFIG_FILES-"config/depend config/commence config/conclude \ - Makefile src/Makefile test/Makefile"} + Makefile src/Makefile test/Makefile examples/Makefile"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then diff --git a/configure.in b/configure.in index 0d0a8cf..e3a4f5c 100644 --- a/configure.in +++ b/configure.in @@ -350,4 +350,4 @@ dnl before we generate them or the Makefiles. touch ./config/stamp1 ./config/stamp2 AC_OUTPUT(config/depend config/commence config/conclude \ - Makefile src/Makefile test/Makefile) + Makefile src/Makefile test/Makefile examples/Makefile) |