diff options
author | Thomas White <taw@physics.org> | 2020-10-30 16:07:13 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-10-30 16:07:13 +0100 |
commit | 5e61ee1322a30ee505782697ff4b762dcec9b947 (patch) | |
tree | 45277a6108f9cf9e98d195b7af94de1acaa4a27a /meson.build | |
parent | fe1e61a9c28b25c759a609d5eb4d174c7d90a5c7 (diff) |
Bring common GTK routines into separate file
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index acfc293a..69a4b9e6 100644 --- a/meson.build +++ b/meson.build @@ -211,6 +211,7 @@ if gtkdep.found() 'src/crystfelindexingopts.c', 'src/crystfelmergeopts.c', 'src/crystfelsymmetryselector.c', + 'src/gtk-util-routines.c', 'src/gui_peaksearch.c', 'src/gui_index.c', 'src/gui_merge.c', |