diff options
Diffstat (limited to 'testpar/Dependencies')
-rw-r--r-- | testpar/Dependencies | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testpar/Dependencies b/testpar/Dependencies index aa275df..a2986e4 100644 --- a/testpar/Dependencies +++ b/testpar/Dependencies @@ -7,7 +7,7 @@ t_mpi.lo: \ $(top_srcdir)/test/h5test.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -58,7 +58,7 @@ testphdf5.lo: \ $(top_srcdir)/test/h5test.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -109,7 +109,7 @@ t_dset.lo: \ $(top_srcdir)/test/h5test.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -160,7 +160,7 @@ t_file.lo: \ $(top_srcdir)/test/h5test.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -211,7 +211,7 @@ t_mdset.lo: \ $(top_srcdir)/test/h5test.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ |