]> git.pld-linux.org Git - packages/hdf5.git/blame - hdf5-link.patch
- adjusted for 1.8.3./hdf5/hdf5-config.patch
[packages/hdf5.git] / hdf5-link.patch
CommitLineData
f34719fd
JB
1--- hdf5-1.8.1/hl/src/Makefile.am.orig 2008-05-29 18:39:01.000000000 +0200
2+++ hdf5-1.8.1/hl/src/Makefile.am 2008-06-05 00:28:00.446476110 +0200
3@@ -27,6 +27,7 @@
4 lib_LTLIBRARIES=libhdf5_hl.la
5
6 libhdf5_hl_la_SOURCES=H5DS.c H5IM.c H5LT.c H5LTanalyze.c H5LTparse.c H5PT.c H5TB.c
7+libhdf5_hl_la_LIBADD=$(top_builddir)/src/libhdf5.la
8
9 # Public header files (to be installed)
10 include_HEADERS=hdf5_hl.h H5IMpublic.h H5LTpublic.h H5TBpublic.h H5DSpublic.h H5PTpublic.h
11--- hdf5-1.8.1/hl/c++/src/Makefile.am.orig 2008-05-29 18:39:01.000000000 +0200
12+++ hdf5-1.8.1/hl/c++/src/Makefile.am 2008-06-05 00:29:14.914717299 +0200
13@@ -35,6 +35,7 @@
14 # Source files for the library
15 # At the moment, only the H5PT Packet Table has a C++ API.
16 libhdf5_hl_cpp_la_SOURCES=H5PacketTable.cpp
17+libhdf5_hl_cpp_la_LIBADD=$(top_builddir)/hl/src/libhdf5_hl.la
18
19 # Public headers
20 include_HEADERS=H5PacketTable.h
This page took 0.090784 seconds and 4 git commands to generate.