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 /Makefile.am | |
parent | 0fab44d676aacde5e04156ad2b2e24a580bfab18 (diff) |
Move OpenCL utility stuff to a separate module
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 148e9e8b..22f39ce1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,5 +3,5 @@ EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.h src/relrod.h \ src/sfac.h src/intensities.h src/reflections.h src/list_tmp.h \ src/statistics.h src/displaywindow.h src/render.h src/hdfsee.h \ data/displaywindow.ui src/dirax.h src/peaks.h src/index.h \ - src/filters.h + src/filters.h src/diffraction-gpu.h src/cl-utils.h SUBDIRS = src data |