diff options
Diffstat (limited to 'gtk/meson.build')
-rw-r--r-- | gtk/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/meson.build b/gtk/meson.build index b8cef8bb28..a79e3e7ecc 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -202,6 +202,8 @@ gtk_public_sources = files([ 'gtkcombobox.c', 'gtkcomboboxtext.c', 'gtkcomposetable.c', + 'gtkconstraintlayout.c', + 'gtkconstraint.c', 'gtkcontainer.c', 'gtkcssprovider.c', 'gtkdialog.c', @@ -461,6 +463,8 @@ gtk_public_headers = files([ 'gtkcolorutils.h', 'gtkcombobox.h', 'gtkcomboboxtext.h', + 'gtkconstraintlayout.h', + 'gtkconstraint.h', 'gtkcontainer.h', 'gtkcssprovider.h', 'gtkcustomlayout.h', |