Code

change link order of test_all to enable make distcheck
authorrwst <rwst@users.sourceforge.net>
Wed, 24 May 2006 08:39:08 +0000 (08:39 +0000)
committerrwst <rwst@users.sourceforge.net>
Wed, 24 May 2006 08:39:08 +0000 (08:39 +0000)
src/Makefile.am

index 569ef532cdb86463f06c338288a3eb1f04ebc0e8..a24ebcc2c3d9df5bfb6ee5642ac96f925a350ea6 100644 (file)
@@ -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      
 
 
 # ################################################