Code

cmake: fix prefix
authorjohanengelen <johanengelen@users.sourceforge.net>
Sat, 5 Apr 2008 17:13:28 +0000 (17:13 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Sat, 5 Apr 2008 17:13:28 +0000 (17:13 +0000)
src/helper/CMakeLists.txt

index dc975cf2003bcdcaf4e351755ed1d562a349c38b..4f4883bd3281b58508afc07fb391b95d923edf0b 100644 (file)
@@ -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