aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-03-03 16:34:14 +0100
committerThomas White <taw@physics.org>2022-03-07 16:05:11 +0100
commit19b57c06602e1fded39c1ad6234104d6d6e63114 (patch)
treef6c1b1dcbfb25b2c0c977196682450ea54b23188 /libcrystfel/meson.build
parentc062c1a763288f964d466e3d48531211ebad0669 (diff)
Move time-accounts to libcrystfel
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r--libcrystfel/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build
index 5b10ce14..2772ab12 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -121,6 +121,7 @@ libcrystfel_sources = ['src/image.c',
'src/colscale.c',
'src/detgeom.c',
'src/fom.c',
+ 'src/time-accounts.c',
'src/image-cbf.c',
'src/image-hdf5.c',
'src/image-msgpack.c',