Fix Meson some changes not pulled from Autotools

This commit is contained in:
Félix Piédallu 2019-09-11 17:10:47 +02:00
parent eb229fe2dc
commit ba6973e791
4 changed files with 4 additions and 5 deletions

View File

@ -21,7 +21,7 @@ libappinternalprocs_sources = [
'drawable-edit-cmds.c',
'dynamics-cmds.c',
'edit-cmds.c',
'fileops-cmds.c',
'file-cmds.c',
'floating-sel-cmds.c',
'font-select-cmds.c',
'fonts-cmds.c',

View File

@ -22,7 +22,6 @@ libappplugin_sources = [
'gimppluginerror.c',
'gimppluginmanager-call.c',
'gimppluginmanager-data.c',
'gimppluginmanager-file-procedure.c',
'gimppluginmanager-file.c',
'gimppluginmanager-help-domain.c',
'gimppluginmanager-locale-domain.c',

View File

@ -45,7 +45,7 @@ pdb_wrappers_sources = [
'gimpdrawableedit_pdb.c',
'gimpdynamics_pdb.c',
'gimpedit_pdb.c',
'gimpfileops_pdb.c',
'gimpfile_pdb.c',
'gimpfloatingsel_pdb.c',
'gimpfonts_pdb.c',
'gimpfontselect_pdb.c',
@ -97,7 +97,7 @@ pdb_wrappers_headers = [
'gimpdrawableedit_pdb.h',
'gimpdynamics_pdb.h',
'gimpedit_pdb.h',
'gimpfileops_pdb.h',
'gimpfile_pdb.h',
'gimpfloatingsel_pdb.h',
'gimpfonts_pdb.h',
'gimpfontselect_pdb.h',

View File

@ -15,7 +15,7 @@ pdb_names = [
'drawable',
'dynamics',
'edit',
'fileops',
'file',
'floating_sel',
'font_select',
'fonts',