diff options
author | Thomas White <taw@physics.org> | 2010-07-16 18:42:02 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:54 +0100 |
commit | af0c25e17b4b37d74f6589f746b0763fd59b0c38 (patch) | |
tree | 6cb20a15ec54429a471949b591717127aa2f85ed /src/Makefile.am | |
parent | 0d02c1a2bc0638fb26c6bcbc24669262f2b0235c (diff) |
get_hkl: Do twinning with proper regard to group theory and stuff
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 8c78fc48..b9b70c22 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,7 +35,7 @@ hdfsee_SOURCES = hdfsee.c displaywindow.c render.c hdf5-file.c utils.c image.c \ hdfsee_LDADD = @LIBS@ endif -get_hkl_SOURCES = get_hkl.c sfac.c cell.c utils.c reflections.c +get_hkl_SOURCES = get_hkl.c sfac.c cell.c utils.c reflections.c symmetry.c get_hkl_LDADD = @LIBS@ compare_hkl_SOURCES = compare_hkl.c sfac.c cell.c utils.c reflections.c \ |