From 8202008af3e70ff3a35348a0c133d930731c19a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Fri, 16 Mar 2018 15:38:45 -0300 Subject: [meson-build] libsrcdir --- src/helper/meson.build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/helper') 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] -- cgit v1.2.3