summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2007-08-31 02:06:56 +0000
committerishmal <ishmal@users.sourceforge.net>2007-08-31 02:06:56 +0000
commitbf45e4d51ddbc445165b8458f61fcc46d4ce5acd (patch)
treeb1088b140e8275c6807268fcc83f6dfa5101c19f /build.xml
parentAdded freedom of strokepath for the Curve Stitching LPE (diff)
downloadinkscape-bf45e4d51ddbc445165b8458f61fcc46d4ce5acd.tar.gz
inkscape-bf45e4d51ddbc445165b8458f61fcc46d4ce5acd.zip
add chebyshev.cpp to exclude list
(bzr r3627)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 8280b3230..cd124506e 100644
--- a/build.xml
+++ b/build.xml
@@ -182,6 +182,7 @@
destdir="${build}/obj">
<fileset dir="${src}">
<!-- THINGS TO EXCLUDE -->
+ <exclude name="2geom/chebyshev.cpp"/>
<exclude name="ast/.*"/>
<exclude name="bonobo/.*"/>
<exclude name="deptool.cpp"/>