diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2008-12-08 20:29:12 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2008-12-08 20:29:12 +0000 |
| commit | 28ecf041ee20b4455b68ecfa31e988640d7230ab (patch) | |
| tree | 68923c1ed78d7d0c4f5b5d38441bb9bfe9298e08 /src/xml | |
| parent | Makes page-sizer be a little less eager to change the orientation of pages au... (diff) | |
| download | inkscape-28ecf041ee20b4455b68ecfa31e988640d7230ab.tar.gz inkscape-28ecf041ee20b4455b68ecfa31e988640d7230ab.zip | |
"make check" now compiles and runs on Linux.
(bzr r6973)
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/Makefile_insert | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/xml/Makefile_insert b/src/xml/Makefile_insert index 84e907126..5810052de 100644 --- a/src/xml/Makefile_insert +++ b/src/xml/Makefile_insert @@ -73,11 +73,11 @@ xml_test_xml_SOURCES = \ xml_test_xml_LDADD = \ xml/libtest-xml.a \ - xml/libspxml.a \ + xml/libspxml.a \ util/libinkutil.a \ - svg/libspsvg.a \ - svg/libtest-stubs.a \ - libinkpost.a \ + svg/libspsvg.a \ + test-stubs.o \ + libinkpost.a \ debug/libinkdebug.a \ $(INKSCAPE_LIBS) @@ -87,7 +87,7 @@ xml_repr_action_test_SOURCES = \ xml_repr_action_test_LDADD = \ xml/libspxml.a \ svg/libspsvg.a \ - svg/libtest-stubs.a \ + libtest-stubs.a \ util/libinkutil.a \ libinkpost.a \ debug/libinkdebug.a \ |
