diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-03-26 21:06:09 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:22 +0100 |
commit | 31ec1445ba0f642624e035281321d1f761fe1386 (patch) | |
tree | f9372a62127236dd84b01b62b8659540f8b365a0 | |
parent | cbaff779101ea15dbe142a0f990a1b21a405a3b1 (diff) |
Add missing stuff
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | Makefile.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a5bf32c2..54d885b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -150,7 +150,8 @@ EXTRA_DIST += doc/geometry.txt doc/indexamajig.txt doc/pattern_sim.txt \ doc/examples/lcls-xpp-estimate.geom doc/examples/simple.geom \ doc/examples/lcls-dec.beam doc/examples/lcls-june.beam \ doc/examples/lcls-xpp-estimate.beam \ - doc/examples/cspad-feb2011.geom + doc/examples/cspad-feb2011.geom \ + doc/examples/lcls-cxi-9keV.beam scriptdir = $(docdir)/scripts script_DATA = scripts/check-near-bragg scripts/double-hit \ diff --git a/Makefile.in b/Makefile.in index 9a6be245..b6554a7b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -576,7 +576,8 @@ EXTRA_DIST = configure m4/gnulib-cache.m4 src/cell.h src/hdf5-file.h \ doc/examples/lcls-xpp-estimate.geom doc/examples/simple.geom \ doc/examples/lcls-dec.beam doc/examples/lcls-june.beam \ doc/examples/lcls-xpp-estimate.beam \ - doc/examples/cspad-feb2011.geom scripts/check-near-bragg \ + doc/examples/cspad-feb2011.geom \ + doc/examples/lcls-cxi-9keV.beam scripts/check-near-bragg \ scripts/double-hit scripts/random-image scripts/stream-split \ scripts/wibbletron scripts/zone-axis scripts/create-mtz \ scripts/frequency scripts/i0-analysis scripts/mtz2hkl \ |