diff options
author | Thomas White <taw@physics.org> | 2015-03-01 13:49:30 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-03-12 16:37:25 +0100 |
commit | d7b326f4e75cf6bda8c1a097a92923820aa4b6e3 (patch) | |
tree | 5432a940f284a05278a7fb162b62f49ff8e6e162 /Makefile.am | |
parent | d629386cb7b89cacea1673523f7d39f2fd23ec61 (diff) |
partialator: Add B-factor scaling and rejection
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c1d28436..db3d3aac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -92,7 +92,7 @@ src_render_hkl_SOURCES = src/render_hkl.c endif src_partialator_SOURCES = src/partialator.c src/post-refinement.c \ - src/hrs-scaling.c + src/hrs-scaling.c src/rejection.c src_ambigator_SOURCES = src/ambigator.c @@ -135,7 +135,8 @@ EXTRA_DIST += src/dw-hdfsee.h src/hdfsee.h src/render_hkl.h \ src/post-refinement.h src/hrs-scaling.h src/scaling-report.h \ src/cl-utils.h src/hdfsee-render.h src/diffraction.h \ src/diffraction-gpu.h src/pattern_sim.h src/list_tmp.h \ - src/im-sandbox.h src/process_image.h src/multihistogram.h + src/im-sandbox.h src/process_image.h src/multihistogram.h \ + src/rejection.h crystfeldir = $(datadir)/crystfel crystfel_DATA = data/diffraction.cl data/hdfsee.ui |