diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 48dd7633..857a7962 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = lib doc/reference libcrystfel ACLOCAL_AMFLAGS = -I m4 bin_PROGRAMS = src/pattern_sim src/process_hkl src/get_hkl src/indexamajig \ - src/compare_hkl src/powder_plot src/calibrate_detector \ + src/compare_hkl src/powder_plot \ src/partialator src/check_hkl src/partial_sim noinst_PROGRAMS = tests/list_check tests/integration_check \ @@ -65,8 +65,6 @@ if HAVE_CAIRO src_render_hkl_SOURCES = src/render_hkl.c endif -src_calibrate_detector_SOURCES = src/calibrate_detector.c - src_partialator_SOURCES = src/partialator.c src/post-refinement.c \ src/hrs-scaling.c |