diff options
author | Thomas White <taw@physics.org> | 2020-06-12 10:47:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:44 +0200 |
commit | d3b90e0194172285b31491fcd7082c2b4d82d788 (patch) | |
tree | 61a66dfafee5f604d58cb52eaac8a576192855f0 /libcrystfel/CMakeLists.txt | |
parent | 7617a4adccf8f6cb3845c1ac018abae949dafef1 (diff) |
Remove events.c, part 1
Diffstat (limited to 'libcrystfel/CMakeLists.txt')
-rw-r--r-- | libcrystfel/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/CMakeLists.txt b/libcrystfel/CMakeLists.txt index b3a7764c..6bc74981 100644 --- a/libcrystfel/CMakeLists.txt +++ b/libcrystfel/CMakeLists.txt @@ -52,7 +52,6 @@ set(LIBCRYSTFEL_SOURCES src/xds.c src/integration.c src/predict-refine.c - src/events.c src/felix.c src/peakfinder8.c src/taketwo.c @@ -97,7 +96,6 @@ set(LIBCRYSTFEL_HEADERS src/xds.h src/predict-refine.h src/integration.h - src/events.h src/asdf.h src/felix.h src/peakfinder8.h |