aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-04-20 15:40:50 +0200
committerThomas White <taw@physics.org>2022-04-20 15:40:50 +0200
commit0d4ed3cf3e5bc772ec929d1141d0e3a13dc96d3f (patch)
treea7fd800f310d25a9949c1b279c78a07511c84481 /libcrystfel
parentdddad44965e44b131c47e464021408008d1038cc (diff)
Install time-accounts.h
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build
index 2772ab12..5f6a32e5 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -180,7 +180,8 @@ install_headers(['src/reflist.h',
'src/datatemplate.h',
'src/colscale.h',
'src/detgeom.h',
- 'src/fom.h'],
+ 'src/fom.h',
+ 'src/time-accounts.h'],
subdir: 'crystfel')
# API documentation (Doxygen)