diff options
author | Thomas White <taw@physics.org> | 2011-03-29 11:34:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:22 +0100 |
commit | abb1edf5301c36a814e65b9851c0848e35f82173 (patch) | |
tree | b7da645e6dbb5d8f83f04a12fdc04ca02c3cbda4 /Makefile.am | |
parent | 1c13a85b311f7029f87413b4472412546eabd3af (diff) |
Reject peaks from the HDF5 list in panels marked with no_index
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 54d885b1..50d98324 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,7 +85,7 @@ src_powder_plot_SOURCES = src/powder_plot.c src/cell.c src/utils.c src/image.c \ src_render_hkl_SOURCES = src/render_hkl.c src/cell.c src/reflist-utils.c \ src/utils.c src/povray.c src/symmetry.c src/render.c \ src/hdf5-file.c src/image.c src/filters.c \ - src/thread-pool.c src/reflist.c + src/thread-pool.c src/reflist.c src/detector.c src_sum_stack_SOURCES = src/sum_stack.c src/utils.c src/hdf5-file.c \ src/image.c src/filters.c src/peaks.c src/detector.c \ |