diff options
author | Thomas White <taw@physics.org> | 2010-10-27 11:40:52 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:04 +0100 |
commit | 244c17e424b1d2e320d81c6aea2116c2b888b4b4 (patch) | |
tree | abe944ea67dc8bb46fbd464cdcb1a7c1aa89de35 /src/Makefile.am | |
parent | 679af12a3b4fea2dbdb39cfc56272816f51a2c79 (diff) |
Update makefiles
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 3dd67727..29949f7c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,7 @@ process_hkl_LDADD = @LIBS@ indexamajig_SOURCES = indexamajig.c hdf5-file.c utils.c cell.c image.c \ peaks.c index.c filters.c diffraction.c detector.c \ sfac.c dirax.c reflections.c templates.c symmetry.c \ - geometry.c thread-pool.c + geometry.c thread-pool.c beam-parameters.c indexamajig_LDADD = @LIBS@ if HAVE_OPENCL indexamajig_SOURCES += diffraction-gpu.c cl-utils.c |