diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-02-04 17:02:24 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:45 +0100 |
commit | bf6645ab398d7d4649396bcff6bede32946f0994 (patch) | |
tree | 944722f1879f88cb0b5abbc33e9196bf65f1b33d /libcrystfel | |
parent | c22ac9a9c32998fbecde26dee407035fc8d6c6c3 (diff) |
Add files that were missing from the tarball
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/Makefile.am | 3 | ||||
-rw-r--r-- | libcrystfel/Makefile.in | 3 |
2 files changed, 4 insertions, 2 deletions
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 \ |