diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-16 18:38:45 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-17 20:54:37 +0000 |
| commit | 8202008af3e70ff3a35348a0c133d930731c19a1 (patch) | |
| tree | 5695c9702dd961a4bbe427cedc55e1d28dd8c34c /src/helper | |
| parent | [meson-build] wip: sp-object, sp-marshal and lib_helper (diff) | |
| download | inkscape-8202008af3e70ff3a35348a0c133d930731c19a1.tar.gz inkscape-8202008af3e70ff3a35348a0c133d930731c19a1.zip | |
[meson-build] libsrcdir
Diffstat (limited to 'src/helper')
| -rw-r--r-- | src/helper/meson.build | 5 |
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] |
