summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-05 17:13:28 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-05 17:13:28 +0000
commita2b817a2d22208a643766997b24c3486e8ce1f11 (patch)
treee9e128ab662ebab617431912908b9c4cc5a00fcb /src
parentcmake: marshal files; fix to use correct result variable (diff)
downloadinkscape-a2b817a2d22208a643766997b24c3486e8ce1f11.tar.gz
inkscape-a2b817a2d22208a643766997b24c3486e8ce1f11.zip
cmake: fix prefix
(bzr r5346)
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 dc975cf20..4f4883bd3 100644
--- a/src/helper/CMakeLists.txt
+++ b/src/helper/CMakeLists.txt
@@ -4,7 +4,7 @@ SET(Marshal
sp-marshal.list
)
-GLIB_MARSHAL(sp-marshal ${Marshal} ${CMAKE_CURRENT_BINARY_DIR})
+GLIB_MARSHAL(sp_marshal ${Marshal} ${CMAKE_CURRENT_BINARY_DIR})
SET(helper_SRC
action.cpp