aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-11-15 14:05:09 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:40 +0100
commitea702d35150ca4a16c93413c930f9151bff01547 (patch)
tree565a0bebab61435a7f26fd9061d1a3f497d37474 /Makefile.am
parent25c3d29ed7701cadbb3813878f25b633a7cd7c2d (diff)
Remove sum_stack from core
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 53321656..598b8ee0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ ACLOCAL_AMFLAGS = -I m4
bin_PROGRAMS = src/pattern_sim src/process_hkl src/get_hkl src/indexamajig \
src/compare_hkl src/powder_plot src/render_hkl \
src/calibrate_detector src/partialator \
- src/check_hkl src/sum_stack src/partial_sim
+ src/check_hkl src/partial_sim
noinst_PROGRAMS = tests/list_check tests/integration_check \
tests/pr_gradient_check tests/symmetry_check
@@ -58,8 +58,6 @@ src_powder_plot_SOURCES = src/powder_plot.c
src_render_hkl_SOURCES = src/render_hkl.c src/povray.c
-src_sum_stack_SOURCES = src/sum_stack.c
-
src_calibrate_detector_SOURCES = src/calibrate_detector.c
src_partialator_SOURCES = src/partialator.c src/post-refinement.c \