summaryrefslogtreecommitdiffstats
path: root/src/helper/CMakeLists.txt
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-05 18:24:58 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-05 18:24:58 +0000
commitea7ea30a399ca5ef06082201f9ddc58e55030803 (patch)
tree040b926a88c28ffd7b57cccb829f3208dd068906 /src/helper/CMakeLists.txt
parentRegisteredTransformedPoint: fix methods to use const&. (diff)
downloadinkscape-ea7ea30a399ca5ef06082201f9ddc58e55030803.tar.gz
inkscape-ea7ea30a399ca5ef06082201f9ddc58e55030803.zip
cmake: fix file names in marshal generation
(bzr r5349)
Diffstat (limited to 'src/helper/CMakeLists.txt')
-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 4f4883bd3..0b704b289 100644
--- a/src/helper/CMakeLists.txt
+++ b/src/helper/CMakeLists.txt
@@ -1,7 +1,7 @@
include(UseGlibMarshal)
SET(Marshal
-sp-marshal.list
+sp-marshal
)
GLIB_MARSHAL(sp_marshal ${Marshal} ${CMAKE_CURRENT_BINARY_DIR})