summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2010-07-20 16:02:15 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2010-07-20 16:02:15 +0000
commit6c604fb7cbf6f715955fbe42267cc703b49bf902 (patch)
tree65dc371e126461c9310e53cafa07fb3b189f2e69
parentRestore code safety for all but Win32. (diff)
downloadinkscape-6c604fb7cbf6f715955fbe42267cc703b49bf902.tar.gz
inkscape-6c604fb7cbf6f715955fbe42267cc703b49bf902.zip
fix windows build, removing dbus from build
(bzr r9633)
-rwxr-xr-xbuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index a9abf2b1b..90501a5cb 100755
--- a/build.xml
+++ b/build.xml
@@ -314,6 +314,7 @@
<exclude name="dom/work/.*"/>
<exclude name="dom/odf/SvgOdg.cpp"/>
<exclude name="extension/api.cpp"/>
+ <exclude name="extension/dbus/.*"/>
<exclude name="extension/dxf2svg/.*"/>
<exclude name="extension/implementation/plugin.cpp"/>
<exclude name="extension/script/bindtest.cpp"/>