diff options
author | Thomas White <taw@physics.org> | 2010-04-21 15:28:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-04-21 15:28:04 +0200 |
commit | d802f2e8882b28f7c255b2d92a88330d6c077fca (patch) | |
tree | 6f2a1959781578bedac7b1f15eeb22fda0fd848e /Makefile.am | |
parent | df7b6afdffc977466b3797627a02533c6f0e6e5a (diff) |
Add diffraction.cl and data/sfac to archive
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 350c9475..9b0d96f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,5 +4,6 @@ EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.h \ src/statistics.h src/displaywindow.h src/render.h src/hdfsee.h \ data/displaywindow.ui src/dirax.h src/peaks.h src/index.h \ src/filters.h src/diffraction-gpu.h src/cl-utils.h \ - data/defs.h + data/defs.h src/parameters-lcls.tmp src/geometry-lcls.tmp \ + data/diffraction.cl data/sfac SUBDIRS = src data |