From efb829adf0c494a3ed632cef472ac1e8e5267765 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 8 Jan 2013 17:22:02 +0100 Subject: Skeleton indexing method for GrainSpotter --- libcrystfel/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libcrystfel/Makefile.am') diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am index 1c35e03f..22009223 100644 --- a/libcrystfel/Makefile.am +++ b/libcrystfel/Makefile.am @@ -8,7 +8,8 @@ libcrystfel_la_SOURCES = src/reflist.c src/utils.c src/cell.c src/detector.c \ src/symmetry.c src/stream.c src/peaks.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/cell-utils.c src/integer_matrix.c \ + src/grainspotter.c if HAVE_FFTW libcrystfel_la_SOURCES += src/reax.c @@ -24,7 +25,7 @@ libcrystfel_la_include_HEADERS = src/beam-parameters.h src/hdf5-file.h \ src/render.h src/index.h src/image.h \ src/filters.h src/dirax.h src/mosflm.h \ src/index-priv.h src/reax.h src/cell-utils.h \ - src/integer_matrix.h + src/integer_matrix.h src/grainspotter.h AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib -Wall AM_CPPFLAGS += -I$(top_srcdir)/lib @LIBCRYSTFEL_CFLAGS@ -- cgit v1.2.3