diff options
Diffstat (limited to 'c++/examples/Makefile.in')
-rw-r--r-- | c++/examples/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index 7711432..ac73281 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -15,12 +15,14 @@ ## ## ## -top_srcdir=@top_srcdir@/.. +top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ @COMMENCE@ +HDF_CXX="yes" + ## Replace building CC with the just installed h5cc CXX=$(bindir)/h5c++ CPPFLAGS=-I. -I$(srcdir) |