From 79fcc8f0938f0d8056b7b745eb96b89d133a571e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 22 Feb 2010 10:25:45 +0100 Subject: Add powder_plot program --- src/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7fd07cad..4142c40f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,5 @@ -bin_PROGRAMS = pattern_sim process_hkl get_hkl indexamajig compare_hkl +bin_PROGRAMS = pattern_sim process_hkl get_hkl indexamajig compare_hkl \ + powder_plot if HAVE_GTK bin_PROGRAMS += hdfsee @@ -37,4 +38,8 @@ get_hkl_LDADD = @LIBS@ compare_hkl_SOURCES = compare_hkl.c sfac.c cell.c utils.c reflections.c compare_hkl_LDADD = @LIBS@ +powder_plot_SOURCES = powder_plot.c cell.c utils.c image.c hdf5-file.c \ + detector.c index.c diffraction.c sfac.c dirax.c +powder_plot_LDADD = @LIBS@ + INCLUDES = "-I$(top_srcdir)/data" -- cgit v1.2.3