diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index cca1fbe9..f24f7dd9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.h src/relrod.h \ - src/utils.h src/diffraction.h src/detector.h src/ewald.h \ +EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.h \ + src/utils.h src/diffraction.h src/detector.h \ src/sfac.h src/reflections.h src/list_tmp.h \ src/statistics.h src/displaywindow.h src/render.h src/hdfsee.h \ data/displaywindow.ui src/dirax.h src/peaks.h src/index.h \ diff --git a/Makefile.in b/Makefile.in index 47bcef1a..4dc00cd6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -195,8 +195,8 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.h src/relrod.h \ - src/utils.h src/diffraction.h src/detector.h src/ewald.h \ +EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.h \ + src/utils.h src/diffraction.h src/detector.h \ src/sfac.h src/reflections.h src/list_tmp.h \ src/statistics.h src/displaywindow.h src/render.h src/hdfsee.h \ data/displaywindow.ui src/dirax.h src/peaks.h src/index.h \ |