diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-12-15 05:54:51 -0800 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-12-16 01:54:12 -0800 |
commit | a97808a51b9e15df23307115ca889e01c604c0dc (patch) | |
tree | 67c6987fe5f561616d17a548beeb0b05714c2204 /Makefile.am | |
parent | 4d4aa2f6e2a98461d022d6ce494c58b04b586711 (diff) |
Introduce 'hdfsee'
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 b5e1b3fe..c99ab44a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ 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 -SUBDIRS = src +SUBDIRS = src data |