aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-04-29 16:13:10 +0200
committerThomas White <taw@physics.org>2022-05-03 12:45:34 +0200
commitcdb51dbec109ccde45c8a4ceb29ea925d01e2920 (patch)
tree050c15bce49627dba7bb2a04e1df43ba72a6f002 /libcrystfel/meson.build
parent9ddf2feeffd29bf6bff376413832cd35e5cb3594 (diff)
Strip out time-accounts
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r--libcrystfel/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build
index 5f6a32e5..5b10ce14 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -121,7 +121,6 @@ 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',
@@ -180,8 +179,7 @@ install_headers(['src/reflist.h',
'src/datatemplate.h',
'src/colscale.h',
'src/detgeom.h',
- 'src/fom.h',
- 'src/time-accounts.h'],
+ 'src/fom.h'],
subdir: 'crystfel')
# API documentation (Doxygen)