3310
3310
 
## Set a macro if shared library is enabled.
3311
3311
 
##
3312
3312
 
AM_CONDITIONAL([HAVE_SHARED_CONDITIONAL], [test "X$enable_shared" = "Xyes"])
3313
3313
 
3314
3314
 
AC_CONFIG_FILES([src/libhdf5.settings
3315
3315
 
                 Makefile
3316
3316
 
                 src/Makefile
3317
3317
 
                 test/Makefile
3318
3318
 
                 test/testcheck_version.sh
3319
3319
 
                 test/testerror.sh
 
3320
+
         test/testflushrefresh.sh
3320
3321
 
                 test/H5srcdir_str.h
3321
3322
 
                 test/testlibinfo.sh
3322
3323
 
                 test/testlinks_env.sh
3323
3324
 
                 test/test_plugin.sh
3324
3325
 
                 testpar/Makefile
3325
3326
 
                 tools/Makefile
3326
3327
 
                 tools/lib/Makefile
3327
3328
 
                 tools/src/Makefile
3328
3329
 
                 tools/src/h5dump/Makefile
3329
3330
 
                 tools/src/h5import/Makefile