aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-11-15 17:11:06 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:41 +0100
commitc4c3127127ce984896c1af10da82e69dca2a632f (patch)
tree06d483b22e6aad3a5aadd1fdafeef7c7485b00ed /Makefile.am
parentca74781ae5fd5395497ae3e8a93993c597b4f06b (diff)
tests/gpu_sim_check needs cl-utils.c as well
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e122098f..513a11ea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,7 @@ src_pattern_sim_SOURCES += src/cl-utils.c src/diffraction-gpu.c
TESTS += tests/gpu_sim_check
noinst_PROGRAMS += tests/gpu_sim_check
tests_gpu_sim_check_SOURCES = tests/gpu_sim_check.c src/diffraction.c \
- src/diffraction-gpu.c
+ src/diffraction-gpu.c src/cl-utils.c
endif
src_process_hkl_SOURCES = src/process_hkl.c