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 /Makefile.am | |
parent | 04c4c604f03d7c9729684b7b226a9ef695ece21d (diff) |
Move scattering factor stuff to new file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9087ee19..955cc8f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.h src/relrod.h \ - src/utils.h src/diffraction.h src/detector.h src/ewald.h + src/utils.h src/diffraction.h src/detector.h src/ewald.h \ + src/sfac.h SUBDIRS = src |