1 |
--- fortran/src/Makefile.am 2009-04-15 19:10:01.053733251 +0100 |
2 |
+++ fortran/src/Makefile.am 2009-04-15 19:12:49.874557795 +0100 |
3 |
@@ -66,6 +66,8 @@ |
4 |
H5If.c H5Lf.c H5Of.c H5Pf.c H5Rf.c H5Sf.c H5Tf.c H5Zf.c \ |
5 |
$(PARALLEL_COND_SRC) |
6 |
|
7 |
+libhdf5_fortran_la_LIBADD = $(top_builddir)/src/libhdf5.la |
8 |
+ |
9 |
# h5fc is generated during configure. |
10 |
# Remove it only when distclean. |
11 |
DISTCLEANFILES=h5fc |
12 |
--- hl/fortran/src/Makefile.am 2009-04-15 19:10:01.245748616 +0100 |
13 |
+++ hl/fortran/src/Makefile.am 2009-04-15 19:30:56.042226227 +0100 |
14 |
@@ -43,6 +43,7 @@ |
15 |
|
16 |
libhdf5hl_fortran_la_SOURCES=H5LTfc.c H5IMfc.c H5IMcc.c H5TBfc.c H5LTff.f90 \ |
17 |
H5IMff.f90 H5TBff.f90 |
18 |
+libhdf5hl_fortran_la_LIBADD=$(top_builddir)/hl/src/libhdf5_hl.la |
19 |
|
20 |
# Fortran module files can have different extensions and different names |
21 |
# (e.g., different capitalizations) on different platforms. Write rules |
22 |
--- hl/c++/src/Makefile.am 2009-04-15 19:10:01.249750013 +0100 |
23 |
+++ hl/c++/src/Makefile.am 2009-04-15 20:16:08.812068687 +0100 |
24 |
@@ -35,6 +35,7 @@ |
25 |
# Source files for the library |
26 |
# At the moment, only the H5PT Packet Table has a C++ API. |
27 |
libhdf5_hl_cpp_la_SOURCES=H5PacketTable.cpp |
28 |
+libhdf5_hl_cpp_la_LIBADD=$(top_builddir)/hl/src/libhdf5_hl.la |
29 |
|
30 |
# Public headers |
31 |
include_HEADERS=H5PacketTable.h |
32 |
|
33 |
--- hl/src/Makefile.am.orig 2009-11-10 22:12:08.000000000 +0100 |
34 |
+++ hl/src/Makefile.am 2010-01-17 15:55:11.000000000 +0100 |
35 |
@@ -31,6 +31,7 @@ |
36 |
libhdf5_hl_la_LDFLAGS= -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE) $(AM_LDFLAGS) |
37 |
|
38 |
libhdf5_hl_la_SOURCES=H5DS.c H5IM.c H5LT.c H5LTanalyze.c H5LTparse.c H5PT.c H5TB.c |
39 |
+libhdf5_hl_la_LIBADD=$(top_builddir)/src/libhdf5.la |
40 |
|
41 |
# Public header files (to be installed) |
42 |
include_HEADERS=hdf5_hl.h H5IMpublic.h H5LTpublic.h H5TBpublic.h H5DSpublic.h H5PTpublic.h |