From 8493aedf54b0747c33c9dbdb85c8fdbf15616d02 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 24 Feb 2010 19:05:45 +0100 Subject: indexamajig can use the GPU too --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 963c5373..921208f6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,6 +25,9 @@ indexamajig_SOURCES = indexamajig.c hdf5-file.c utils.c cell.c image.c \ intensities.c peaks.c index.c filters.c \ diffraction.c detector.c sfac.c indexamajig_LDADD = @LIBS@ +if HAVE_OPENCL +indexamajig_SOURCES += diffraction-gpu.c cl-utils.c +endif if HAVE_GLIB indexamajig_SOURCES += dirax.c -- cgit v1.2.3