diff options
Diffstat (limited to 'libcrystfel/Makefile.am')
-rw-r--r-- | libcrystfel/Makefile.am | 3 |
1 files changed, 2 insertions, 1 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 |