summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2008-07-19 09:44:04 +0000
committerjaspervdg <jaspervdg@users.sourceforge.net>2008-07-19 09:44:04 +0000
commit4ff3707cb93462c2d49ee5e8f7e7a21003c9d94c (patch)
treedcd71c40d6fdf1293b4dac274126b278f1b139cc
parentanother place to make mouse cursor switching immediate (diff)
downloadinkscape-4ff3707cb93462c2d49ee5e8f7e7a21003c9d94c.tar.gz
inkscape-4ff3707cb93462c2d49ee5e8f7e7a21003c9d94c.zip
Exclude the right(!) files when building the library (forgot to remove the obj/ prefix for the test files...)
(bzr r6361)
-rw-r--r--build.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/build.xml b/build.xml
index 6fe9b8555..66044689e 100644
--- a/build.xml
+++ b/build.xml
@@ -415,15 +415,15 @@
<exclude name="winmain.o"/>
<exclude name="inkview.o"/>
<!-- CxxTest -->
- <exclude name="obj/test-main.o"/>
- <exclude name="obj/test-src.o"/>
- <exclude name="obj/display/test-display.o"/>
- <exclude name="obj/helper/test-helper.o"/>
- <exclude name="obj/libnr/nr-compose-reference.o"/>
- <exclude name="obj/libnr/test-nr.o"/>
- <exclude name="obj/svg/test-svg.o"/>
- <exclude name="obj/util/test-util.o"/>
- <exclude name="obj/xml/test-xml.o"/>
+ <exclude name="test-main.o"/>
+ <exclude name="test-src.o"/>
+ <exclude name="display/test-display.o"/>
+ <exclude name="helper/test-helper.o"/>
+ <exclude name="libnr/nr-compose-reference.o"/>
+ <exclude name="libnr/test-nr.o"/>
+ <exclude name="svg/test-svg.o"/>
+ <exclude name="util/test-util.o"/>
+ <exclude name="xml/test-xml.o"/>
</fileset>
</staticlib>
</target>