aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-29 08:42:12 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:45 +0200
commit9d341730d45a070edca4a8a177540b282ff7b5f3 (patch)
treefeffd670edb25225255eff44a324bdb33ceec490 /libcrystfel
parentca83debe2cb3430764949fceb535d8a887cb8312 (diff)
Install the header files
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/meson.build34
1 files changed, 34 insertions, 0 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build
index c17d0ca4..c0b05de0 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -97,6 +97,40 @@ libcrystfeldep = declare_dependency(include_directories : libcrystfel_includes,
link_with : libcrystfel)
+install_headers(['src/reflist.h',
+ 'src/symmetry.h',
+ 'src/cell.h',
+ 'src/reflist-utils.h',
+ 'src/thread-pool.h',
+ 'src/utils.h',
+ 'src/geometry.h',
+ 'src/peakfinder8.h',
+ 'src/peaks.h',
+ 'src/stream.h',
+ 'src/index.h',
+ 'src/image.h',
+ 'src/filters.h',
+ 'src/dirax.h',
+ 'src/mosflm.h',
+ 'src/cell-utils.h',
+ 'src/integer_matrix.h',
+ 'src/crystal.h',
+ 'src/xds.h',
+ 'src/predict-refine.h',
+ 'src/integration.h',
+ 'src/asdf.h',
+ 'src/felix.h',
+ 'src/peakfinder8.h',
+ 'src/taketwo.h',
+ 'src/xgandalf.h',
+ 'src/pinkindexer.h',
+ 'src/rational.h',
+ 'src/spectrum.h',
+ 'src/datatemplate.h',
+ 'src/colscale.h',
+ 'src/detgeom.h',
+ 'src/image-msgpack.h'],
+ subdir: 'crystfel')
# API documentation (Doxygen)
doxygen = find_program('doxygen')