From c6115928bb875b0ed408655ff12b9ca00dae017c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 7 Jun 2023 14:02:26 +0200 Subject: Move Mille stuff to separate file --- libcrystfel/meson.build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libcrystfel/meson.build') diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build index cacf0e82..82937f48 100644 --- a/libcrystfel/meson.build +++ b/libcrystfel/meson.build @@ -161,6 +161,10 @@ libcrystfel_sources = ['src/image.c', symop_lex_ch, symop_parse_ch] +if millepededep.found() + libcrystfel_sources += 'src/crystfel-mille.c' +endif + configure_file(input: 'libcrystfel-config.h.meson.in', output: 'libcrystfel-config.h', configuration: conf_data) @@ -205,7 +209,8 @@ install_headers(['src/reflist.h', 'src/datatemplate.h', 'src/colscale.h', 'src/detgeom.h', - 'src/fom.h'], + 'src/fom.h', + 'src/crystfel-mille.h'], subdir: 'crystfel') # API documentation (Doxygen) -- cgit v1.2.3