diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-07 17:47:36 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-07 22:10:01 -0400 |
commit | 1e1d8cac0efcc244908c3019e5912859a7d85efe (patch) | |
tree | 76069502219806216cb7ddb03c49a4c6e8f0ea6d /gtk/meson.build | |
parent | 7f54cf6294a6df6f5515429913f6ba41885af250 (diff) | |
download | gtk+-incremental-sort.tar.gz |
wip: incremental sortincremental-sort
Diffstat (limited to 'gtk/meson.build')
-rw-r--r-- | gtk/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/meson.build b/gtk/meson.build index cdc1ca6ed2..1398c932ab 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -372,6 +372,7 @@ gtk_public_sources = files([ 'gtksnapshot.c', 'gtksorter.c', 'gtksor2listmodel.c', + 'gtksor3listmodel.c', 'gtksortlistmodel.c', 'gtkspinbutton.c', 'gtkspinner.c', @@ -642,6 +643,7 @@ gtk_public_headers = files([ 'gtksnapshot.h', 'gtksorter.h', 'gtksor2listmodel.h', + 'gtksor3listmodel.h', 'gtksortlistmodel.h', 'gtkspinbutton.h', 'gtkspinner.h', |