aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-11-29 17:35:21 +0100
committerThomas White <taw@physics.org>2021-11-29 17:35:21 +0100
commit77bdea2d5e7dd878202616d0caf49d01e15ef85c (patch)
treee5da1d4af6f76fd04b6db81df305bcc3b3ead4a8 /meson.build
parentcc8b4303f422643e9ed4327db4680cf87bcedd0a (diff)
Add GtkMultiFileChooserButton
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 45fca0ec..7a5b6ed3 100644
--- a/meson.build
+++ b/meson.build
@@ -216,6 +216,7 @@ if gtkdep.found()
'src/gui_ambi.c',
'src/gui_backend_local.c',
'src/gui_project.c',
+ 'src/gtkmultifilechooserbutton.c',
versionc]
if slurmdep.found()