diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-08 16:26:11 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:09 +0100 |
commit | 0c47f1c33012e995b3a46a7d85152362142a8677 (patch) | |
tree | 0ae82c4b02878244d0182a115d428c2027d82485 /src/Makefile.am | |
parent | 0c2d63a1a884e1a65dd25c3238b68d70fdd9176f (diff) |
Fix previous commit
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 8c0cfa0f..d777c56e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ bin_PROGRAMS = pattern_sim process_hkl get_hkl indexamajig compare_hkl \ - powder_plot render_hkl calibrate_detector facetron cubeit \ + powder_plot render_hkl calibrate_detector facetron \ reintegrate estimate_background check_hkl if HAVE_GTK |