diff options
author | Thomas White <taw@physics.org> | 2009-11-17 15:43:05 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-17 15:43:05 +0100 |
commit | 50ffbc353574996546e51a61ec4566f461769fc3 (patch) | |
tree | e5df514215814f4f6b1e0f92195b9e209e35fe90 /src/Makefile.am | |
parent | 04c4c604f03d7c9729684b7b226a9ef695ece21d (diff) |
Move scattering factor stuff to new file
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c224a2b0..1220b7f2 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 detector.c + ewald.c detector.c sfac.c pattern_sim_LDADD = @LIBS@ |