diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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@ |