diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-02-03 21:59:40 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-02-03 21:59:40 (GMT) |
commit | db2575baa91049ad4d5e5ea623ff1161443d1af2 (patch) | |
tree | c4169fb6dc29ddbcd8bc356afb98b708c96374dd /hl/test/Makefile.am | |
parent | 51863989304a051ac6306c8c49c34d70a4cf992e (diff) | |
download | hdf5-db2575baa91049ad4d5e5ea623ff1161443d1af2.zip hdf5-db2575baa91049ad4d5e5ea623ff1161443d1af2.tar.gz hdf5-db2575baa91049ad4d5e5ea623ff1161443d1af2.tar.bz2 |
[svn-r9930]
Purpose:
Bug fix
Description:
Parallel builds were breaking in tools/lib
Solution:
talign didn't realize it depended on libh5tools.la because its
dependencies listed the full path (../../tools/lib/libh5tools.la).
Changed this, and made similar changes in a couple of other
directories.
This checkin should also add the --foreign flag to every Makefile.in
Platforms tested:
sleipnir (minor change)
Diffstat (limited to 'hl/test/Makefile.am')
-rw-r--r-- | hl/test/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hl/test/Makefile.am b/hl/test/Makefile.am index f038f24..50dce95 100644 --- a/hl/test/Makefile.am +++ b/hl/test/Makefile.am @@ -13,8 +13,6 @@ include $(top_srcdir)/config/commence.am # Add include directories to C preprocessor flags AM_CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -##LIBHDF5_HL=$(top_builddir)/hl/src/libhdf5_hl.la - # The tests depend on the hdf5 and hdf5_hl libraries LDADD=$(LIBH5_HL) $(LIBHDF5) |