From 857cc8c991a5ee4e717d01822da271ae34f5adaa Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 12 Nov 2009 18:50:14 +0100 Subject: Add 'detector' module --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index f5ce4e6c..c224a2b0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,5 +3,5 @@ bin_PROGRAMS = pattern_sim AM_CFLAGS = -Wall -g @CFLAGS@ pattern_sim_SOURCES = main.c diffraction.c utils.c image.c cell.c hdf5-file.c \ - ewald.c + ewald.c detector.c pattern_sim_LDADD = @LIBS@ -- cgit v1.2.3