diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-04-05 18:24:58 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-04-05 18:24:58 +0000 |
| commit | ea7ea30a399ca5ef06082201f9ddc58e55030803 (patch) | |
| tree | 040b926a88c28ffd7b57cccb829f3208dd068906 /src | |
| parent | RegisteredTransformedPoint: fix methods to use const&. (diff) | |
| download | inkscape-ea7ea30a399ca5ef06082201f9ddc58e55030803.tar.gz inkscape-ea7ea30a399ca5ef06082201f9ddc58e55030803.zip | |
cmake: fix file names in marshal generation
(bzr r5349)
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 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}) |
