aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-11-22 17:23:50 +0100
committerThomas White <taw@physics.org>2022-11-24 15:29:05 +0100
commitfb3b7046644010bb3511e69f622081bbbc5b76db (patch)
treebe05dfc5fdad3334d55816e0c77a99eadb824f8a /meson.build
parent4ee6229c44a12deba76242546d424067483e89c6 (diff)
GUI: Colour scale, part 1: Basic image histogram
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 bc4ccebb..2ba4e54d 100644
--- a/meson.build
+++ b/meson.build
@@ -209,6 +209,7 @@ if gtkdep.found()
'src/crystfelindexingopts.c',
'src/crystfelmergeopts.c',
'src/crystfelsymmetryselector.c',
+ 'src/crystfelcolourscale.c',
'src/gtk-util-routines.c',
'src/gui_import.c',
'src/gui_peaksearch.c',