aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--libcrystfel/CMakeLists.txt3
-rw-r--r--libcrystfel/meson.build3
2 files changed, 0 insertions, 6 deletions
diff --git a/libcrystfel/CMakeLists.txt b/libcrystfel/CMakeLists.txt
index ecddcc93..1da3f847 100644
--- a/libcrystfel/CMakeLists.txt
+++ b/libcrystfel/CMakeLists.txt
@@ -85,7 +85,6 @@ set(LIBCRYSTFEL_HEADERS
src/thread-pool.h
src/utils.h
src/geometry.h
- src/peakfinder8.h
src/peaks.h
src/stream.h
src/index.h
@@ -96,13 +95,11 @@ set(LIBCRYSTFEL_HEADERS
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
)
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')