Code

full correction for rest of test builds
authorkeescook <keescook@users.sourceforge.net>
Sat, 13 Jan 2007 06:38:02 +0000 (06:38 +0000)
committerkeescook <keescook@users.sourceforge.net>
Sat, 13 Jan 2007 06:38:02 +0000 (06:38 +0000)
src/Makefile.am
src/svg/Makefile_insert
src/xml/Makefile_insert

index 92a2202a65816f90f84a8271e2d5e78b221bfa70..c5d9138b9d85acb4480efec7d4508e439c289c0b 100644 (file)
@@ -104,6 +104,7 @@ noinst_LIBRARIES =  \
 check_LIBRARIES =      \
        libnr/libtest-nr.a      \
        svg/libtest-svg.a       \
+       svg/libtest-stubs.a     \
        xml/libtest-xml.a
 
 DISTCLEANFILES =       \
index 334957bbf749d01de86d8f255fa25fdaedd1c001..410fe7ba015a4f5227a9ba7e781c33d747750c74 100644 (file)
@@ -45,14 +45,15 @@ svg/test-svg.cpp: $(svg_test_svg_includes) svg/Makefile_insert
 svg_test_svg_includes = \
        $(srcdir)/svg/css-ostringstream-test.h  \
        $(srcdir)/svg/stringstream-test.h       \
-       $(srcdir)/svg/svg-color-test.h  \
-       $(srcdir)/svg/test-stubs.h
+       $(srcdir)/svg/svg-color-test.h
 
 svg_libtest_svg_a_SOURCES = \
        svg/test-svg.cpp        \
-       svg/test-stubs.cpp      \
        $(svg_test_svg_includes)
 
+svg_libtest_stubs_a_SOURCES = \
+       svg/test-stubs.cpp svg/test-stubs.h
+
 svg_test_svg_SOURCES = \
        svg/test-svg-main.cpp   \
        $(svg_test_svg_includes)
@@ -60,4 +61,5 @@ svg_test_svg_SOURCES = \
 svg_test_svg_LDADD = \
        svg/libspsvg.a  \
        svg/libtest-svg.a       \
+       svg/libtest-stubs.a     \
        $(INKSCAPE_LIBS)
index 49f97e9be747f7a38599034a1ef9727b167d7266..41aa13dcb8dea024add28a5041c1409c670abed6 100644 (file)
@@ -75,12 +75,20 @@ xml_test_xml_LDADD =        \
        xml/libtest-xml.a       \
        xml/libspxml.a  \
        util/libinkutil.a       \
-       libinkpost.a    \
+       svg/libtest-stubs.a     \
        $(INKSCAPE_LIBS)
 
 
-xml_repr_action_test_SOURCES = xml/repr-action-test.cpp
-xml_repr_action_test_LDADD = xml/libspxml.a svg/libspsvg.a util/libinkutil.a libinkpost.a debug/libinkdebug.a $(INKSCAPE_LIBS)
+xml_repr_action_test_SOURCES = \
+       xml/repr-action-test.cpp
+xml_repr_action_test_LDADD = \
+       xml/libspxml.a  \
+       svg/libspsvg.a  \
+       svg/libtest-stubs.a     \
+       util/libinkutil.a       \
+       libinkpost.a    \
+       debug/libinkdebug.a     \
+       $(INKSCAPE_LIBS)
 
 xml_quote_test_SOURCES = xml/quote-test.cpp
 xml_quote_test_LDADD = $(INKSCAPE_LIBS)