From 1b5c5d980742c358debb6cf2783362d847a90230 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 9 Feb 2010 17:50:22 +0100 Subject: Add compare_hkl utility for working out Lorentz factors --- src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 824211f8..19e8ca41 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = pattern_sim process_hkl get_hkl indexamajig +bin_PROGRAMS = pattern_sim process_hkl get_hkl indexamajig compare_hkl if HAVE_GTK bin_PROGRAMS += hdfsee @@ -33,3 +33,6 @@ endif get_hkl_SOURCES = get_hkl.c sfac.c cell.c utils.c reflections.c get_hkl_LDADD = @LIBS@ + +compare_hkl_SOURCES = compare_hkl.c sfac.c cell.c utils.c reflections.c +compare_hkl_LDADD = @LIBS@ -- cgit v1.2.3