From 858ea94ad2363a92b9dfc801760a17950711a298 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 30 Nov 2009 16:59:02 +0100 Subject: Add process_hkl program (replaces integr_sim) --- src/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 47f6f002..efaf09a8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = pattern_sim integr_sim +bin_PROGRAMS = pattern_sim process_hkl AM_CFLAGS = -Wall @@ -6,6 +6,5 @@ pattern_sim_SOURCES = pattern_sim.c diffraction.c utils.c image.c cell.c \ hdf5-file.c ewald.c detector.c sfac.c intensities.c pattern_sim_LDADD = @LIBS@ -integr_sim_SOURCES = integr_sim.c diffraction.c utils.c ewald.c sfac.c \ - statistics.c cell.c -integr_sim_LDADD = @LIBS@ +process_hkl_SOURCES = process_hkl.c sfac.c statistics.c cell.c utils.c +process_hkl_LDADD = @LIBS@ -- cgit v1.2.3