aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/CMakeLists.txt
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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--libcrystfel/CMakeLists.txt3
1 files changed, 0 insertions, 3 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
)