diff options
author | Thomas White <taw@physics.org> | 2010-09-10 16:34:09 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:57 +0100 |
commit | 64b735e37f7b7afa01ec7fa49ab765505c5cbd07 (patch) | |
tree | 2fd27eb3057c4cc2b96659adbdcc4175299de400 /src/Makefile.am | |
parent | bdf7024d71f824667a91022b4e049742fa7bdafe (diff) |
process_hkl: Add --reference and --outstream options
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 7fdf6dc9..66871249 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,7 @@ endif pattern_sim_LDADD = @LIBS@ process_hkl_SOURCES = process_hkl.c sfac.c statistics.c cell.c utils.c \ - reflections.c likelihood.c symmetry.c + reflections.c symmetry.c process_hkl_LDADD = @LIBS@ indexamajig_SOURCES = indexamajig.c hdf5-file.c utils.c cell.c image.c \ |