aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-12 19:06:08 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:14 +0100
commit6843124ff485d1f40836db08131b7579444eebff (patch)
treef9f9b29fec493e704047dacadc1215c1a1e14ee9 /Makefile.am
parent24b38f3df87bcc24832c32c8649cde3d22b5e119 (diff)
Implement optimise_reflist()
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0761af9a..b1ab6bf0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,7 +102,8 @@ src_reintegrate_SOURCES = src/reintegrate.c src/cell.c src/hdf5-file.c \
src_estimate_background_SOURCES = src/estimate_background.c src/stream.c \
src/utils.c src/cell.c src/thread-pool.c
-tests_list_check_SOURCES = tests/list_check.c src/reflist.c
+tests_list_check_SOURCES = tests/list_check.c src/reflist.c src/thread-pool.c \
+ src/utils.c
INCLUDES = "-I$(top_srcdir)/data"