summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-04-11 00:43:06 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-04-11 00:43:06 +0000
commit939b04440588811063f8021ccadcf429c75151fd (patch)
tree8f614e20c43b41de206c71e9c47d6f1265f552b5 /src
parentmake delete-preserving-shape the default used by the toolbar delete button (diff)
downloadinkscape-939b04440588811063f8021ccadcf429c75151fd.tar.gz
inkscape-939b04440588811063f8021ccadcf429c75151fd.zip
Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling issue with dependency.cpp
(bzr r5406)
Diffstat (limited to 'src')
-rw-r--r--src/helper/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/CMakeLists.txt b/src/helper/CMakeLists.txt
index f61418efe..501f11375 100644
--- a/src/helper/CMakeLists.txt
+++ b/src/helper/CMakeLists.txt
@@ -15,5 +15,5 @@ unit-tracker.cpp
window.cpp
sp-marshal.list
# we generate this file and it's .h counter-part
-sp-marshal.cpp
+#sp-marshal.cpp
)