diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-02-06 22:28:46 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:13 +0100 |
commit | f649cc8921b73d85123950c066859f7afe7451b2 (patch) | |
tree | 277579e9a9a3bc9c52857f3c8b1a424b7a2b474b /Makefile.am | |
parent | bbb90c2f911b071adca3e4cafec36913ae6d3599 (diff) |
Banish "struct cpeak" forever
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b6eb3d86..81cc91a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,7 +93,7 @@ src_reintegrate_SOURCES = src/reintegrate.c src/cell.c src/hdf5-file.c \ src/utils.c src/detector.c src/peaks.c src/image.c \ src/stream.c src/index.c src/dirax.c src/mosflm.c \ src/templates.c src/geometry.c src/symmetry.c \ - src/thread-pool.c + src/thread-pool.c src/reflist.c src_estimate_background_SOURCES = src/estimate_background.c src/stream.c \ src/utils.c src/cell.c src/thread-pool.c |