diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-04-05 17:13:28 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-04-05 17:13:28 +0000 |
| commit | a2b817a2d22208a643766997b24c3486e8ce1f11 (patch) | |
| tree | e9e128ab662ebab617431912908b9c4cc5a00fcb /src | |
| parent | cmake: marshal files; fix to use correct result variable (diff) | |
| download | inkscape-a2b817a2d22208a643766997b24c3486e8ce1f11.tar.gz inkscape-a2b817a2d22208a643766997b24c3486e8ce1f11.zip | |
cmake: fix prefix
(bzr r5346)
Diffstat (limited to 'src')
| -rw-r--r-- | src/helper/CMakeLists.txt | 2 |
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 |
