From 1b60361b4a34f67027de7d3a9873e1dd61dc609a Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 18 Jul 2017 22:50:57 +0100 Subject: [PATCH] meson: Add missing source file The newly added gtkfilechoosererrorstack.c source needs to be included in the Meson build as well as the Autotools one. --- gtk/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/meson.build b/gtk/meson.build index a265509189..c9151d3b65 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -157,6 +157,7 @@ gtk_public_sources = files([ 'gtkfilechooserdialog.c', 'gtkfilechooserembed.c', 'gtkfilechooserentry.c', + 'gtkfilechoosererrorstack.c', 'gtkfilechoosernative.c', 'gtkfilechoosernativeportal.c', 'gtkfilechooserutils.c',