From: rwst Date: Wed, 24 May 2006 08:39:08 +0000 (+0000) Subject: change link order of test_all to enable make distcheck X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0e035fb99ef942b0e010012c41d704bccf12641b;p=inkscape.git change link order of test_all to enable make distcheck --- 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 # ################################################