diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-12-16 11:11:21 -0800 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-12-16 11:11:21 -0800 |
commit | b49747a1996ec73221c20175a04def8ca5b19e12 (patch) | |
tree | 76e80e3a446b4d36b6067ffbcbb34c56352f64c0 /Makefile.am | |
parent | bd8032bb42df52c7c2c33b76bf8904db714cf395 (diff) |
Fix configure scripts
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c99ab44a..8a068240 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,6 @@ 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/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 SUBDIRS = src data |