From 3569a12376aca48dc1aed13bcce31202e36334e9 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 5 Oct 2011 08:44:02 +0000 Subject: [PATCH] link problem on Linux fixed --- test/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index e2831a1..55a325b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -23,8 +23,8 @@ h5u_test_SOURCES = \ params.h h5u_test_LDADD = \ - ../src/h5core/libH5hut.la \ - ../src/C/libH5hutC.la + ../src/C/libH5hutC.la \ + ../src/h5core/libH5hut.la h5b_test_SOURCES = \ h5b_test.c \ @@ -35,15 +35,15 @@ h5b_test_SOURCES = \ params.h h5b_test_LDADD = \ - ../src/h5core/libH5hut.la \ - ../src/C/libH5hutC.la + ../src/C/libH5hutC.la \ + ../src/h5core/libH5hut.la h5_attach_test_SOURCES = \ h5_attach_test.c h5_attach_test_LDADD = \ - ../src/h5core/libH5hut.la \ - ../src/C/libH5hutC.la + ../src/C/libH5hutC.la \ + ../src/h5core/libH5hut.la clean-local: ${RM} -f *.h5