diff options
author | Thomas White <taw@physics.org> | 2010-08-13 14:15:47 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:55 +0100 |
commit | 6291b3c7bb8b7a1da7a23efb8ed348ec6bf523e2 (patch) | |
tree | 827d5055ea7f30475770d8302ddaffcf324f617a /src/Makefile.am | |
parent | 09c6ec8f024503bb6a3b0830759d4e9e12c4cd40 (diff) |
facetron: Make peak projection work
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 bbf3bd21..be423094 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,7 +55,7 @@ calibrate_detector_SOURCES = calibrate_detector.c utils.c hdf5-file.c image.c \ sfac.c calibrate_detector_LDADD = @LIBS@ -facetron_SOURCES = facetron.c cell.c +facetron_SOURCES = facetron.c cell.c hdf5-file.c utils.c detector.c facetron_LDADD = @LIBS@ cubeit_SOURCES = cubeit.c cell.c hdf5-file.c utils.c |