diff options
author | Thomas White <taw@physics.org> | 2012-02-21 11:39:39 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:45 +0100 |
commit | 82888c8fffc2d94b6315be7f629518cc1633281a (patch) | |
tree | 3790643a22136c8189d5a0d03ad010cac7a670ec /Makefile.am | |
parent | bbc99085a2a438bec805d02116326530d361598b (diff) |
Remove calibrate_detector (moved to extra programs repository)
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 |