summaryrefslogtreecommitdiffstats
path: root/tools/h5import/Dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5import/Dependencies')
-rw-r--r--tools/h5import/Dependencies7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/h5import/Dependencies b/tools/h5import/Dependencies
index c8b228e..2103653 100644
--- a/tools/h5import/Dependencies
+++ b/tools/h5import/Dependencies
@@ -2,7 +2,7 @@
## Only temporary changes may be made here.
h5import.lo: \
- $(srcdir)/h5import.c \
+ $(top_srcdir)/tools/h5import/h5import.c \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -13,6 +13,7 @@ h5import.lo: \
$(top_srcdir)/src/H5Bpublic.h \
$(top_srcdir)/src/H5Dpublic.h \
$(top_srcdir)/src/H5Epublic.h \
+ $(top_srcdir)/src/H5Epubgen.h \
$(top_srcdir)/src/H5Fpublic.h \
$(top_srcdir)/src/H5FDpublic.h \
$(top_srcdir)/src/H5Gpublic.h \
@@ -40,9 +41,9 @@ h5import.lo: \
$(top_srcdir)/src/H5private.h \
$(top_srcdir)/src/H5MPprivate.h \
$(top_srcdir)/src/H5FSprivate.h \
- $(srcdir)/h5import.h
+ $(top_srcdir)/tools/h5import/h5import.h
h5importtest.lo: \
- $(srcdir)/h5importtest.c \
+ $(top_srcdir)/tools/h5import/h5importtest.c \
$(top_srcdir)/src/H5private.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \