aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index c99ab44a..8a068240 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,6 @@
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 \
- src/sfac.h src/intensities.h src/reflections.h
+ src/sfac.h src/intensities.h src/reflections.h src/list_tmp.h \
+ src/statistics.h src/displaywindow.h src/render.h src/hdfsee.h \
+ data/displaywindow.ui
SUBDIRS = src data
diff --git a/configure.ac b/configure.ac
index 1005c613..7cdf50e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(pattern_sim, 0.1.0, thomas.white@desy.de)
+AC_INIT(crystfel, 0.1.0, taw@physics.org)
VERSION=AC_PACKAGE_VERSION
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(pattern_sim, "$VERSION")
+AM_INIT_AUTOMAKE(crystfel, "$VERSION")
AC_PROG_CC
AC_PROG_AWK