From e09a64256a29547943a432ac5d41819835f8483a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 30 Jul 2010 18:44:04 +0200 Subject: Add facetron program for profile fitting and post-refinement --- 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 a61ebb6b..8f88ead7 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 + powder_plot render_hkl calibrate_detector facetron if HAVE_GTK bin_PROGRAMS += hdfsee @@ -55,4 +55,7 @@ calibrate_detector_SOURCES = calibrate_detector.c utils.c hdf5-file.c image.c \ sfac.c calibrate_detector_LDADD = @LIBS@ +facetron_SOURCES = facetron.c cell.c +facetron_LDADD = @LIBS@ + INCLUDES = "-I$(top_srcdir)/data" -- cgit v1.2.3