From: johanengelen Date: Sat, 5 Apr 2008 17:13:28 +0000 (+0000) Subject: cmake: fix prefix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c6b37c54ad08fde75387608c05d9aab706348f2d;p=inkscape.git cmake: fix prefix --- 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