diff options
author | Thomas White <taw@physics.org> | 2020-07-27 15:44:40 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:45 +0200 |
commit | 55df542018664cb519e846b4db63281867be24a0 (patch) | |
tree | fb2ad88c854aed521618afc676fe35ead4231f39 /libcrystfel/meson.build | |
parent | 7680ae24a77a48ae8ebe025a9f6fc3564aa744a7 (diff) |
Remove config.h from libcrystfel headers
Same reason as removing them from tests. Also, libcrystfel might be
used in projects which have HAVE_CONFIG_H defined.
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r-- | libcrystfel/meson.build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build index a7d946ce..c325f632 100644 --- a/libcrystfel/meson.build +++ b/libcrystfel/meson.build @@ -63,6 +63,7 @@ libcrystfel_sources = ['src/image.c', 'src/felix.c', 'src/predict-refine.c', 'src/xds.c', + 'src/asdf.c', 'src/filters.c', 'src/rational.c', 'src/xgandalf.c', @@ -80,10 +81,6 @@ libcrystfel_sources = ['src/image.c', symop_parse_ch, ] -if fftwdep.found() - libcrystfel_sources += 'src/asdf.c' -endif - configure_file(input : 'config.h.in', output : 'config.h', configuration : conf_data) |