diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/config/commence.in | 2 | ||||
-rw-r--r-- | c++/examples/Makefile.in | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/c++/config/commence.in b/c++/config/commence.in index 8efa81b..8f63096 100644 --- a/c++/config/commence.in +++ b/c++/config/commence.in @@ -61,7 +61,7 @@ LT_UNINSTALL=$(LT) --mode=uninstall $(RM) ## complains if it sees a reference to a variable which has never been ## defined. The main makefile is free to redefine these to something else. DOCDIR=$(docdir) -EXAMPLEDIR=$(docdir) +EXAMPLEDIR=$(docdir)/hdf5/examples/c++ LIB= LIB_SRC= LIB_OBJ= diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index 3c872b6..8c08e2e 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -21,8 +21,6 @@ srcdir=@srcdir@ @COMMENCE@ -EXAMPLEDIR=$(docdir)/hdf5/examples/c++ - hdf5_srcdir=$(top_srcdir)/src hdf5_builddir=$(top_builddir)/src |