diff options
author | Thomas White <taw@physics.org> | 2013-04-19 11:53:30 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-04-19 11:53:46 +0200 |
commit | 9f8af93875d666dddef3a3b87e0d05a684762410 (patch) | |
tree | 3e7de2c85c791f82cd3727ed04e189f7d86cf2e7 | |
parent | 7df069a4b8f8ae1431d46a166e9d81d2ce68b213 (diff) |
Update Makefile.am
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f465ba36..5632fb53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,7 +96,7 @@ 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/diffraction.h \ src/diffraction-gpu.h src/pattern_sim.h src/list_tmp.h \ - src/im-sandbox.h + src/im-sandbox.h src/process_image.h crystfeldir = $(datadir)/crystfel crystfel_DATA = data/diffraction.cl data/hdfsee.ui @@ -129,7 +129,7 @@ EXTRA_DIST += doc/twin-calculator.pdf doc/examples/lcls-dec.geom \ doc/examples/lcls-xpp-estimate.beam \ doc/examples/cspad-feb2011.geom \ doc/examples/lcls-cxi-9keV.beam \ - doc/reference/xml/coding-standards.xml + doc/reference/libcrystfel/xml/coding-standards.xml scriptdir = $(docdir)/scripts script_DATA = scripts/check-near-bragg scripts/random-image \ |