summaryrefslogtreecommitdiffstats
path: root/src/helper
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper')
-rw-r--r--src/helper/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/helper/meson.build b/src/helper/meson.build
index ed0ed370f..115a4deb8 100644
--- a/src/helper/meson.build
+++ b/src/helper/meson.build
@@ -32,8 +32,9 @@ helper_headers = files([
])
marshallers = gnome.genmarshal('sp-marshal',
-sources : 'sp-marshal.list',
-extra_args : ['-UG_ENABLE_DEBUG', '--prototypes'])
+ sources : 'sp-marshal.list',
+ prefix : 'sp_marshal',
+ extra_args : ['-UG_ENABLE_DEBUG', '--prototypes'])
marshallers_c = marshallers[0]
marshallers_h = marshallers[1]