diff options
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 42e8b99..6eb4786 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -4,12 +4,16 @@ # All rights reserved. # # -@COMMENCE@ top_srcdir=@top_srcdir@ -TRACE=perl ../bin/trace +top_builddir=.. +srcdir=@srcdir@ +VPATH=.:@srcdir@ +@COMMENCE@ + +TRACE=perl $(top_srcdir)/bin/trace # Add `-I.' to the C preprocessor flags. -CPPFLAGS=-I. @CPPFLAGS@ +CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@ # This is our main target: LIB=libhdf5.la |