diff options
author | Thomas White <taw@physics.org> | 2013-11-21 16:17:07 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-11-23 02:52:51 -0800 |
commit | 0ad145205c9bf405e6142f3b67a54c6f58ae1eb8 (patch) | |
tree | e17e00c868cde0a96c2b4035bbdd22277a3cecef /libcrystfel/Makefile.am | |
parent | 2aa38b31c07e0c4fbac47f95cb1a72d3d2dd6d91 (diff) |
Add Histogram, and plot integration test results
Diffstat (limited to 'libcrystfel/Makefile.am')
-rw-r--r-- | libcrystfel/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am index 2812fa52..af8e36f8 100644 --- a/libcrystfel/Makefile.am +++ b/libcrystfel/Makefile.am @@ -9,7 +9,8 @@ libcrystfel_la_SOURCES = src/reflist.c src/utils.c src/cell.c src/detector.c \ src/reflist-utils.c src/filters.c \ src/render.c src/index.c src/dirax.c src/mosflm.c \ src/cell-utils.c src/integer_matrix.c src/crystal.c \ - src/grainspotter.c src/xds.c src/integration.c + src/grainspotter.c src/xds.c src/integration.c \ + src/histogram.c if HAVE_FFTW libcrystfel_la_SOURCES += src/reax.c @@ -26,7 +27,8 @@ libcrystfel_la_include_HEADERS = src/beam-parameters.h src/hdf5-file.h \ src/filters.h src/dirax.h src/mosflm.h \ src/reax.h src/cell-utils.h \ src/integer_matrix.h src/crystal.h \ - src/grainspotter.h src/xds.h src/integration.h + src/grainspotter.h src/xds.h \ + src/integration.h src/histogram.h AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib -Wall AM_CPPFLAGS += -I$(top_srcdir)/lib @LIBCRYSTFEL_CFLAGS@ |