diff options
author | Thomas White <taw@physics.org> | 2010-01-12 15:27:09 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-12 15:27:09 +0100 |
commit | 37be1343c612c6abf22814c6eb4b67f7f39c61c8 (patch) | |
tree | 25ddd915d033ec12fcd45ecd81ad4601f1254767 /Makefile.am | |
parent | aec12416e6af499306fd7579ec897b7d03e0f251 (diff) |
Move fine peak search to new file
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 f6fa5efe..0406c2f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,5 +2,5 @@ EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.h src/relrod.h \ src/utils.h src/diffraction.h src/detector.h src/ewald.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 + data/displaywindow.ui src/dirax.h src/peaks.h SUBDIRS = src data |