Code

Placemark for gradient export
[inkscape.git] / src / Makefile.am
index 73e6deb367d1a66e938c877a50ad947eac4d085a..b4fd7a56328e8cd70c0514032d2c3ef88155a9a5 100644 (file)
@@ -43,6 +43,7 @@ include libnrtype/Makefile_insert
 include libavoid/Makefile_insert
 include livarot/Makefile_insert
 include removeoverlap/Makefile_insert
+include graphlayout/Makefile_insert
 include svg/Makefile_insert
 include utest/Makefile_insert
 include widgets/Makefile_insert
@@ -85,6 +86,7 @@ noinst_LIBRARIES =    \
        libavoid/libavoid.a     \
        livarot/libvarot.a      \
        removeoverlap/libremoveoverlap.a        \
+       graphlayout/libgraphlayout.a    \
        svg/libspsvg.a  \
        widgets/libspwidgets.a  \
        trace/libtrace.a  \
@@ -164,7 +166,6 @@ EXTRA_PROGRAMS =    \
 
 TESTS =        \
        test-all$(EXEEXT)       \
-       attributes-test$(EXEEXT)        \
        dir-util-test$(EXEEXT)  \
        extract-uri-test$(EXEEXT)       \
        mod360-test$(EXEEXT)    \
@@ -199,7 +200,6 @@ TESTS =     \
 
 check_PROGRAMS =       \
        test-all        \
-       attributes-test \
        dir-util-test   \
        extract-uri-test        \
        mod360-test     \
@@ -234,16 +234,21 @@ test-all.cpp: \
                $(xml_test_xml_a_SOURCES)       \
                $(libnr_test_nr_includes)       \
                $(svg_test_svg_includes)        \
-               $(xml_test_xml_includes)
-       $(top_srcdir)/cxxtest/cxxtestgen.pl --error-printer -root -o test-all.cpp       \
+               $(xml_test_xml_includes)        \
+               $(test_all_includes)
+       $(top_srcdir)/cxxtest/cxxtestgen.pl --template=selfname.tpl -root -o test-all.cpp       \
                $(libnr_test_nr_includes)       \
                $(svg_test_svg_includes)        \
-               $(xml_test_xml_includes)
+               $(xml_test_xml_includes)        \
+               $(test_all_includes)
 
 test_all_SOURCES = \
        test-all.cpp
 
+
 test_all_LDADD =       \
+       $(all_libs)     \
+       io/libio.a      \
        $(libnr_test_nr_LDADD)  \
        $(svg_test_svg_LDADD)   \
        $(xml_test_xml_LDADD)