aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-07-14 16:30:35 +0200
committerThomas White <taw@physics.org>2021-07-14 16:42:38 +0200
commitf199cda9a320f2bd70989698ab5d2f85f921feb5 (patch)
tree3fd753d83974745a4fc0cad01bb20ab2a319a756 /libcrystfel/meson.build
parent44ab802f72e5dbd5d6032d8e4e653bf2801ce45d (diff)
Remove non-API headers from installation list
Just like the individual indexing methods, these aren't part of the API. peakfinder8.h was there twice, for some reason.
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r--libcrystfel/meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build
index e5246789..af448669 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -147,7 +147,6 @@ install_headers(['src/reflist.h',
'src/thread-pool.h',
'src/utils.h',
'src/geometry.h',
- 'src/peakfinder8.h',
'src/peaks.h',
'src/stream.h',
'src/index.h',
@@ -158,13 +157,11 @@ install_headers(['src/reflist.h',
'src/crystal.h',
'src/predict-refine.h',
'src/integration.h',
- 'src/peakfinder8.h',
'src/rational.h',
'src/spectrum.h',
'src/datatemplate.h',
'src/colscale.h',
'src/detgeom.h',
- 'src/image-msgpack.h',
'src/fom.h'],
subdir: 'crystfel')