diff options
author | Thomas White <taw@physics.org> | 2010-01-13 10:46:44 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-13 10:46:44 +0100 |
commit | f7d118ec0bc9e7dd964bbb9a8bc4fad46b8412d7 (patch) | |
tree | c4e3da3218d1f8c61a3e0e6147a260245018d9e0 /Makefile.am | |
parent | 26dc86b5b6624177591909ae3d2c8d7d8bae9159 (diff) |
Make DirAx use optional
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 0406c2f4..c4954775 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 src/peaks.h + data/displaywindow.ui src/dirax.h src/peaks.h src/index.h SUBDIRS = src data |