diff options
author | Thomas White <taw@physics.org> | 2010-04-21 15:29:28 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-04-21 19:47:50 +0200 |
commit | ff008752333f07b073a87244f3f5dcb8c4e17042 (patch) | |
tree | e0d97834dcc86a5e8a796aeba7b05b045acd39e6 /Makefile.in | |
parent | d802f2e8882b28f7c255b2d92a88330d6c077fca (diff) |
Update Makefile.in
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4dc00cd6..e0b2d1a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -200,7 +200,9 @@ EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.h \ src/sfac.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 src/index.h \ - src/filters.h src/diffraction-gpu.h src/cl-utils.h + src/filters.h src/diffraction-gpu.h src/cl-utils.h \ + data/defs.h src/parameters-lcls.tmp src/geometry-lcls.tmp \ + data/diffraction.cl data/sfac SUBDIRS = src data all: config.h |