Don't compile gimpmarshal source file many times

Also, removes gimpmarshal.h from a source file that didn't need it.
This commit is contained in:
santouits
2020-09-02 06:34:11 +03:00
parent 883b6a7c8e
commit 6e00a19fd0
8 changed files with 7 additions and 8 deletions

View File

@ -107,7 +107,7 @@ libappdisplay_sources = [
appdisplayenums,
gitversion_h,
appcoremarshal,
appcoremarshal[1],
]
libappdisplay = static_library('appdisplay',

View File

@ -26,7 +26,6 @@
#include "gimp-gegl-types.h"
#include "core/gimpchunkiterator.h"
#include "core/gimpmarshal.h"
#include "gimp-gegl-loops.h"
#include "gimp-gegl-utils.h"

View File

@ -54,7 +54,7 @@ libapppaint_sources = [
'gimpsourceoptions.c',
apppaintenums,
appcoremarshal,
appcoremarshal[1],
]
libapppaint = static_library('apppaint',

View File

@ -62,7 +62,7 @@ libappinternalprocs_sources = [
'unit-cmds.c',
'vectors-cmds.c',
appcoremarshal,
appcoremarshal[1],
]
libapppdb = static_library('apppdb',

View File

@ -46,7 +46,7 @@ libappplugin_sources = [
'plug-in-rc.c',
apppluginenums,
appcoremarshal,
appcoremarshal[1],
]
libappplugin = static_library('appplug-in',

View File

@ -130,7 +130,7 @@ libapptools_sources = [
'tool_manager.c',
apptoolsenums,
appcoremarshal,
appcoremarshal[1],
]
libapptools = static_library('apptools',

View File

@ -13,7 +13,7 @@ libappvectors_sources = [
'gimpvectorspropundo.c',
'gimpvectorsundo.c',
appcoremarshal,
appcoremarshal[1],
]
libappvectors = static_library('appvectors',

View File

@ -236,7 +236,7 @@ libappwidgets_sources = [
'gimpwindowstrategy.c',
appwidgetsenums,
appcoremarshal,
appcoremarshal[1],
]