diff options
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 372ba0e..c8d880b 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -4,12 +4,15 @@ # All rights reserved. # # -@COMMENCE@ top_srcdir=@top_srcdir@ +top_builddir=.. +srcdir=@srcdir@ +VPATH=.:@srcdir@ +@COMMENCE@ # Add include directory to the C preprocessor flags and the h5test and hdf5 # libraries to the library list. -CPPFLAGS=-I. -I../src @CPPFLAGS@ +CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@ # These are our main targets. They should be listed in the order to be # executed, generally most specific tests to least specific tests. |