summaryrefslogtreecommitdiffstats
path: root/c++/src
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-15 16:06:32 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-15 16:06:32 (GMT)
commit80429f7f45c9ff631d2c1524ae9efb649bf8ebe1 (patch)
treeae2315b312a6c802a5e0103875c67ab18aa5c712 /c++/src
parent8dcb33c00ecaaa6f885a31aad0122632e4340e83 (diff)
downloadhdf5-80429f7f45c9ff631d2c1524ae9efb649bf8ebe1.zip
hdf5-80429f7f45c9ff631d2c1524ae9efb649bf8ebe1.tar.gz
hdf5-80429f7f45c9ff631d2c1524ae9efb649bf8ebe1.tar.bz2
[svn-r2914] Purpose:
Bug fix Description: libtool complained that the library name didn't have a ``lib'' prefix. Also, the $(top_srcdir) macro points to the top of the c++/ directory, which was messing up the -I$(top_srcdir)/src stuff. It needed to be changed to the correct value. Solution: Made it so Platforms tested: Linux
Diffstat (limited to 'c++/src')
-rw-r--r--c++/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index a70b801..fb4b35d 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -18,7 +18,7 @@ TRACE=perl $(top_srcdir)/bin/trace
CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@
## This is our main target
-LIB=hdf5_cpp.la
+LIB=libhdf5_cpp.la
## Source and object files for the library
LIB_SRC=H5Exception.C H5RefCounter.C H5IdComponent.C H5Library.C \