diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-02-20 22:25:39 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-02-20 22:26:22 +0100 |
commit | cc0db0054d76474e55393c05806f715a0e2f6d08 (patch) | |
tree | f7c357a2b08507bcddf080ff8c8594f1ef567f23 /src/Makefile.am | |
parent | 0fab44d676aacde5e04156ad2b2e24a580bfab18 (diff) |
Move OpenCL utility stuff to a separate module
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 887271ea..7fd07cad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,7 @@ pattern_sim_SOURCES = pattern_sim.c diffraction.c utils.c image.c cell.c \ hdf5-file.c detector.c sfac.c intensities.c \ reflections.c if HAVE_OPENCL -pattern_sim_SOURCES += diffraction-gpu.c +pattern_sim_SOURCES += diffraction-gpu.c cl-utils.c endif pattern_sim_LDADD = @LIBS@ |