diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-05-04 06:57:00 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-05-04 06:57:00 -0700 |
commit | 07d406ce05760f633f72c2c3683dd3466423321a (patch) | |
tree | 7fbeea520c6a52715c70b164dbf6d6461aa9227e /src/Makefile.am | |
parent | 7a244aaae609940ec1800459472a1be620cc7853 (diff) |
process_hkl: Placeholder for detwinning
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 d1d2c274..9dbf685a 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 + reflections.c likelihood.c process_hkl_LDADD = @LIBS@ indexamajig_SOURCES = indexamajig.c hdf5-file.c utils.c cell.c image.c \ |