aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-02-24 16:27:42 +0100
committerThomas White <taw@physics.org>2021-02-24 16:27:42 +0100
commit4a6a4bfcffad676c4179a3c642e9665901c03eb7 (patch)
tree0eaa4bc60fe10dee5bd4b34ec715d563d3b1e38e /meson.build
parente00cb35a04144a18822c959210a83a33ac6374d8 (diff)
GUI: Move import stuff to separate file
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 ed68aa03..da524d0c 100644
--- a/meson.build
+++ b/meson.build
@@ -223,6 +223,7 @@ if gtkdep.found()
'src/crystfelmergeopts.c',
'src/crystfelsymmetryselector.c',
'src/gtk-util-routines.c',
+ 'src/gui_import.c',
'src/gui_peaksearch.c',
'src/gui_index.c',
'src/gui_merge.c',