diff options
author | Thomas White <taw@physics.org> | 2021-03-12 10:16:37 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-03-12 11:24:42 +0100 |
commit | 87d60b8110e68ab42052588f275506eaca4f521f (patch) | |
tree | 8e5c929e865dd905148f7554250c29663e6480bd /libcrystfel/meson.build | |
parent | 52290007860c1fa0908e57f5cb84426f978e5398 (diff) |
FromFile indexer: Move to libcrystfel/src/indexers
Also adds to meson.build
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r-- | libcrystfel/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build index 8b8eb77d..7171f321 100644 --- a/libcrystfel/meson.build +++ b/libcrystfel/meson.build @@ -104,6 +104,7 @@ libcrystfel_sources = ['src/image.c', 'src/indexers/asdf.c', 'src/indexers/xgandalf.c', 'src/indexers/pinkindexer.c', + 'src/indexers/fromfile.c', symop_lex_ch, symop_parse_ch, ] |