summaryrefslogtreecommitdiffstats
path: root/src/xml/Makefile_insert
diff options
context:
space:
mode:
authorKees Cook <kees@outflux.net>2007-01-13 06:38:02 +0000
committerkeescook <keescook@users.sourceforge.net>2007-01-13 06:38:02 +0000
commit3b6863e9de8a4c68a639ab71538af271bc9251c2 (patch)
tree7c4efa4ac14599242af0a758167c22954103f38d /src/xml/Makefile_insert
parentstub out heavy routines during svg tests (diff)
downloadinkscape-3b6863e9de8a4c68a639ab71538af271bc9251c2.tar.gz
inkscape-3b6863e9de8a4c68a639ab71538af271bc9251c2.zip
full correction for rest of test builds
(bzr r2201)
Diffstat (limited to 'src/xml/Makefile_insert')
-rw-r--r--src/xml/Makefile_insert14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/xml/Makefile_insert b/src/xml/Makefile_insert
index 49f97e9be..41aa13dcb 100644
--- a/src/xml/Makefile_insert
+++ b/src/xml/Makefile_insert
@@ -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)