From 0e035fb99ef942b0e010012c41d704bccf12641b Mon Sep 17 00:00:00 2001 From: rwst Date: Wed, 24 May 2006 08:39:08 +0000 Subject: [PATCH] change link order of test_all to enable make distcheck --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 569ef532c..a24ebcc2c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -233,10 +233,10 @@ test_all_SOURCES = \ test_all_LDADD = \ $(all_libs) \ - io/libio.a \ - $(libnr_test_nr_LDADD) \ $(svg_test_svg_LDADD) \ - $(xml_test_xml_LDADD) + $(libnr_test_nr_LDADD) \ + $(xml_test_xml_LDADD) \ + io/libio.a # ################################################ -- 2.30.2