aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-02-04 17:02:24 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:45 +0100
commitbf6645ab398d7d4649396bcff6bede32946f0994 (patch)
tree944722f1879f88cb0b5abbc33e9196bf65f1b33d
parentc22ac9a9c32998fbecde26dee407035fc8d6c6c3 (diff)
Add files that were missing from the tarball
-rw-r--r--Makefile.am5
-rw-r--r--Makefile.in6
-rw-r--r--libcrystfel/Makefile.am3
-rw-r--r--libcrystfel/Makefile.in3
4 files changed, 12 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 03c7096f..48dd7633 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -92,7 +92,8 @@ INCLUDES = -I$(top_srcdir)/libcrystfel/src -I$(top_srcdir)/data
EXTRA_DIST += src/dw-hdfsee.h src/hdfsee.h src/render_hkl.h \
src/post-refinement.h src/hrs-scaling.h src/scaling-report.h \
- src/cl-utils.h src/hdfsee-render.h
+ src/cl-utils.h src/hdfsee-render.h src/diffraction.h \
+ src/diffraction-gpu.h src/pattern_sim.h src/list_tmp.h
crystfeldir = $(datadir)/crystfel
crystfel_DATA = data/diffraction.cl data/hdfsee.ui
@@ -102,6 +103,8 @@ EXTRA_DIST += $(crystfel_DATA)
man_MANS = doc/man/indexamajig.1 doc/man/process_hkl.1 doc/man/pattern_sim.1 \
doc/man/crystfel_geometry.1 doc/man/powder_plot.1
+EXTRA_DIST += $(man_MANS)
+
crystfeldocdir = $(docdir)
crystfeldoc_DATA = doc/twin-calculator.pdf doc/examples/lcls-dec.geom \
doc/examples/lcls-dec.beam \
diff --git a/Makefile.in b/Makefile.in
index 1fa2bf8c..7b2f6f84 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -565,8 +565,10 @@ EXTRA_DIST = configure m4/gnulib-cache.m4 tests/first_merge_check \
tests/third_merge_check.hkl tests/fourth_merge_check.hkl \
src/dw-hdfsee.h src/hdfsee.h src/render_hkl.h \
src/post-refinement.h src/hrs-scaling.h src/scaling-report.h \
- src/cl-utils.h src/hdfsee-render.h $(crystfel_DATA) \
- doc/twin-calculator.pdf doc/examples/lcls-dec.geom \
+ src/cl-utils.h src/hdfsee-render.h src/diffraction.h \
+ src/diffraction-gpu.h src/pattern_sim.h src/list_tmp.h \
+ $(crystfel_DATA) $(man_MANS) doc/twin-calculator.pdf \
+ doc/examples/lcls-dec.geom \
doc/examples/lcls-june-r0013-r0128.geom \
doc/examples/lcls-xpp-estimate.geom doc/examples/simple.geom \
doc/examples/lcls-dec.beam doc/examples/lcls-june.beam \
diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am
index cebb20e9..4f1390dd 100644
--- a/libcrystfel/Makefile.am
+++ b/libcrystfel/Makefile.am
@@ -20,7 +20,8 @@ libcrystfel_la_include_HEADERS = src/beam-parameters.h src/hdf5-file.h \
src/statistics.h src/utils.h src/detector.h \
src/geometry.h src/peaks.h src/stream.h \
src/render.h src/index.h src/image.h \
- src/filters.h
+ src/filters.h src/dirax.h src/mosflm.h \
+ src/index-priv.h src/reax.h
INCLUDES = "-I$(top_srcdir)/data"
AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib
diff --git a/libcrystfel/Makefile.in b/libcrystfel/Makefile.in
index b22a3b8b..b6ba3854 100644
--- a/libcrystfel/Makefile.in
+++ b/libcrystfel/Makefile.in
@@ -376,7 +376,8 @@ libcrystfel_la_include_HEADERS = src/beam-parameters.h src/hdf5-file.h \
src/statistics.h src/utils.h src/detector.h \
src/geometry.h src/peaks.h src/stream.h \
src/render.h src/index.h src/image.h \
- src/filters.h
+ src/filters.h src/dirax.h src/mosflm.h \
+ src/index-priv.h src/reax.h
INCLUDES = "-I$(top_srcdir)/data"
AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib \