summaryrefslogtreecommitdiffstats
path: root/c++/examples/Makefile.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2014-02-22 18:22:26 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2014-02-22 18:22:26 (GMT)
commitf4781c29dafd56a6298e563391735a9b0453b515 (patch)
tree23f4de4cb63a7ab62fa8b2dfc28ae0b559321622 /c++/examples/Makefile.in
parent86d6651b44ce710bea66d7893d97673ead588268 (diff)
downloadhdf5-f4781c29dafd56a6298e563391735a9b0453b515.zip
hdf5-f4781c29dafd56a6298e563391735a9b0453b515.tar.gz
hdf5-f4781c29dafd56a6298e563391735a9b0453b515.tar.bz2
[svn-r24732] Fix for reconfigure, which fails because LT_ADD_LIBHDF5_DEPENDENCY is used in Makefiles but the declaration in configure.ac is missing.
Copied declaration from trunk. Tested with h5committest on jam ostrich koala and platypus(cmake).
Diffstat (limited to 'c++/examples/Makefile.in')
-rw-r--r--c++/examples/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index a9c819d..f91d307 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -222,6 +222,7 @@ LIPO = @LIPO@
LL_PATH = @LL_PATH@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+LT_ADD_LIBHDF5_DEPENDENCY = @LT_ADD_LIBHDF5_DEPENDENCY@
LT_STATIC_EXEC = @LT_STATIC_EXEC@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@