aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel')
-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')